[HACKERS] CONTINUE error, even though inside a loop

2005-06-22 Thread Michael Fuhr
I'm getting CONTINUE cannot be used outside a loop errors even though it's inside a loop. The error appears to be happening when CONTINUE passes control to the beginning of the loop but there's no more iterating to be done. I'd expect the loop to end at this point instead of getting an error.

Re: [HACKERS] CONTINUE error, even though inside a loop

2005-06-22 Thread Neil Conway
Michael Fuhr wrote: I'm getting CONTINUE cannot be used outside a loop errors even though it's inside a loop. The error appears to be happening when CONTINUE passes control to the beginning of the loop but there's no more iterating to be done. Woops, sorry for missing this. This should be