lua-users home
lua-l archive

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


> Or a lua compiler flag could make the compiler complain about accessing global
> values without using the _G table. 

See globals.lua and trace-globals.lua in the test directory in the standard
Lua source distribution. --lhf