lua-users home
lua-l archive

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


Note that you cannot tell whether a module is being required or
called after loadfile, because you can pass anything in the call:

% lua
> f=loadfile"m.lua"
> f("m","./m.lua")
args	m	./m.lua