lua-users home
lua-l archive

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




On 2019-03-31 8:37 a.m., Dibyendu Majumdar wrote:
I was wondering if Lua ever had built-in functions that were
recognized by the VM. This seems hard to do given that functions are
values in Lua, and can be saved in local variables.


Does _ENV count?