in reply to Re^3: Useful uses of redo?
in thread Useful uses of redo?

So are you saying that in perl6 the following won't be valid:
do {
    $foo = foo();
    $bar = bar();
} while ($foo != $bar);
?? That would suck!

Replies are listed 'Best First'.
Re^5: Useful uses of redo?
by BrowserUk (Patriarch) on Aug 27, 2004 at 06:16 UTC

    Correct.


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "Think for yourself!" - Abigail
    "Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon