lua-users home
lua-l archive

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


> I guess that after my "repeat...break...until true" solution was blessed
> by Roberto himself, I will keep using it in all my code that requires
> "continue".

Alas, I don't consider it a solution at all, since it prevents you from using regular breaks in the same construct [unless you're willing to add even more control routing code... :-(].

In other words, "continue" is definitely still at the top of my Lua wish list.

Ashwin.
-- 
no signature is a signature.