lua-users home
lua-l archive

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


It was thus said that the Great Soni L. once stated:
> So let's say I'm hacking the internals and I wanna force a Lua function 
> to stop and just return whatever I want instead of continuing and/or 
> returning what it wants to return. How can I do this?

  Um ... insert a return statement where you want it to return, with the
data you want to return?

  -spc