lua-users home
lua-l archive

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


hi,
I am a new programmer in Lua.
If I use C code to push a table
on the top of stack.
In Lua code, how to get the table.
I know if I call a Lua function
such as f(a), the a will be the table.
But If I just want to use normal Lua code,
is there any functions to get the table?
Thank you very much for any info.
Honglei