lua-users home
lua-l archive

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


>I read 5.10 and 5.11 in the manual several times now, but it seems there's
>nothing about creating a table from the C API!

At the very end of 5.10, the manual of Lua 4.0 says:

   Finally, the function
       void lua_newtable (lua_State *L);
   creates a new, empty table and pushes it onto the stack.

--lhf