lua-users home
lua-l archive

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


> Thanks Roberto... and so you need to pass a reference to the register where to store the result of the function or what?

In the case of Lua, the "return" opcode has a parameter that tells where
(what register) is the result.

-- Roberto