lua-users home
lua-l archive

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


Le 16/03/2010 12:46, Pan Shi Zhu a écrit :
what do you want exactly? continuing the function after return does no
help for your code IMO.


No, but in a stack-based programming style, it can be useful to push step by steps the return values on the stack instead of all-at-once at the end of the execution (eg with a return statement).

	Thomas.