24.07.2011, 23:10
No, continue just skips 1 iteration of the loop. Return stops the loop and aborts the function that it is in completely. Then you also have break, which breaks out of the loop prematurely and then goes on with the first code after the loop.