[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Return value from lua_dostring?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 24 May 2004 08:22:01 -0300
>How do I get the return value from lua_dostring from the C API using Lua 5.0?
The values returned by a chunk executed by lua_dostring are on the stack.
--lhf