[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Return a variable number of values from function
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 19 Nov 2001 18:42:33 -0200
>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