lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Here is a modified version of dofile for those who can't wait to play
> with this feature:

Just a reminder: you don't need `dofile' to play:

   loadfile("x.lua")('x.lua',1,2,3)

-- Roberto