lua-users home
lua-l archive

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


How can I end an execution of lua_dostring
from inside the lua string being evaluated?

exit is not what I want...
I just want to 'return' to my host application.