lua-users home
lua-l archive

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


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.