lua-users home
lua-l archive

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


That's covered by the line:

>>     /* add some data here ... */

See?  :-D

You could simply install the minimal set that you need, or set up a
metamethod __index that falls back to the globals.  Sandboxing comes at a
price...

--
Wim