[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Custom loops with continue semantics. was : continue/repeat...until false dichotomy
- From: Mark Hamburg <mark@...>
- Date: Sat, 20 Feb 2010 09:50:09 -0800
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