Loop Question
#2

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.
Reply


Messages In This Thread
Loop Question - by TheArcher - 24.07.2011, 23:03
Re: Loop Question - by Vince - 24.07.2011, 23:10
Re: Loop Question - by [HiC]TheKiller - 24.07.2011, 23:12
Re: Loop Question - by TheArcher - 24.07.2011, 23:14
Re: Loop Question - by [HiC]TheKiller - 24.07.2011, 23:25
Re: Loop Question - by TheArcher - 24.07.2011, 23:30

Forum Jump:


Users browsing this thread: 2 Guest(s)