lua-users home
lua-l archive

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


>So, how does one use the new 'local global table' stuff ?

See test/readonly.lua. It sets the current global table to a proxy to the
"real" global table and this setup is restricted to that chunk.
--lhf