[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: return from lua_dostring?
- From: "kaishaku13" <kaishaku13@...>
- Date: Sun, 26 May 2002 19:37:14 -0000
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.