lua-users home
lua-l archive

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


>  I couldn't find anything in the docs for the luaopen_* functions that
> says that anything should be pushed to the stack after calling one of
> them. What is this table and why is it there?

This table is the `coroutine' table. Several open functions leave in
the stack, as a result, the table (library) it has created.

-- Roberto