Re: "continue" construct in Lua loops
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: "continue" construct in Lua loops
- From: "Ashwin Hirschi" <deery@...>
- Date: 2006年12月21日 15:57:06 +0100
> 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.