lua-users home
lua-l archive

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


But what you can't do from this is return from the function containing the "loop" from within the loop. So, you get break and continue, but you lose return.

Mark