![]() |
|
Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re: do until loopsby Abigail-II (Bishop) |
on Aug 20, 2002 at 15:40 UTC ( #191486=note: print w/replies, xml ) | Need Help?? |
Frankly, your question doesn't make sense. The entire point
of a do {} until loop is to repeat the loop
until the condition is met. When would you stop anyway?
How will you know the condition will never be met? (In general,
you cannot not - that's what the halting problem is about).
Abigail
In Section
Tutorials
|
|