lua-users home
lua-l archive

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


>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