The difference between 'while' and 'for'
#1

What is the difference, and could you perhaps give me some examples of usage?

I understand it like this.. If you could tell me if it's correct, that'd be nice.

pawn Код:
new
        myInteger = 17;
       
    while ( myInteger < 100 )
        myInteger ++;
So basically, it's like an if statement in a loop?
Reply


Messages In This Thread
The difference between 'while' and 'for' - by 2KY - 14.04.2012, 14:21
Re: The difference between 'while' and 'for' - by iggy1 - 14.04.2012, 14:22
Re: The difference between 'while' and 'for' - by 2KY - 14.04.2012, 14:50
Re: The difference between 'while' and 'for' - by iggy1 - 14.04.2012, 14:52
Re: The difference between 'while' and 'for' - by Shetch - 14.04.2012, 14:55
Re: The difference between 'while' and 'for' - by Vince - 14.04.2012, 14:56
Re: The difference between 'while' and 'for' - by Shetch - 14.04.2012, 14:58
Re: The difference between 'while' and 'for' - by iggy1 - 14.04.2012, 15:05
AW: The difference between 'while' and 'for' - by Nero_3D - 14.04.2012, 15:40

Forum Jump:


Users browsing this thread: 1 Guest(s)