lua-users home
lua-l archive

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


> In some cases (metaprogramming comes to mind), it could be useful to
> make the lexical scope (hence the current environment in 5.2)
> available to the evaluated string too.
> 
> Something like loadin(1,"some code")

loadin(_ENV,"some code")