|
Regular Lua doesn't allow this, but LuaPlus, a C++ wrapper
library over the top of Lua 5.0, does. In fact, almost every operation may
be performed without having to worry the least little bit about stack
manipulation.
If you're interested, find it here: http://wwhiz.com/LuaPlus.
Thanks,
Josh
|