in reply to Re: What's the difference between 'redo' and 'goto'? (label location)
in thread What's the difference between 'redo' and 'goto'?

Thanks, you're right. The code looked like this:
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.

  • Comment on Re: Re: What's the difference between 'redo' and 'goto'? (label location)
  • Download Code