14.04.2012, 14:21
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.
So basically, it's like an if statement in a loop?
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 ++;

