return from lua_dostring?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: return from lua_dostring?
- From: "kaishaku13" <kaishaku13@...>
- Date: 2002年5月26日 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.