lua-users home
lua-l archive

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


>No, I meant the luaopen_base, luaopen_math, etc.

These are ordinary Lua functions: they return the number of items they've
left on the stack (usually the tables they created to store the functions).
--lhf