in reply to Re: What's the difference between 'redo' and 'goto'? (label location)
in thread What's the difference between 'redo' and 'goto'?
LOOP: while (...) { } redo LOOP if (stuff);
This check used to be in the middle of the loop. I guess it just shows that one should always take a step back even before making this teeeny-tiny change to a code.
|
|---|