lua-users home
lua-l archive

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


> What do you mean?

a) dofile does not perform a  luaL_searchpath(), which means we have
a minor inconsistency in behaviour where loadfile() and require() will
search the path and dofile() does not.

b) dofile() does not pass parameters to the chunk as Luiz points out.


David B