[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Problem with loading files
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 7 Jun 2002 15:32:01 -0300
>Since dofile is not implemented in 5.0w0, I tried loadfile:
>
> loadfile("scheduler.lua")
>
>This executes with no error, but does NOT load the file (!).
Try loadfile("scheduler.lua")()
dofile was removed from 5.0w0, but will be put back, with a in different form,
as mentioned by Roberto recently.
--lhf