little question about loops
#1

I have something simillar to this code:
pawn Код:
//1 ..
for(...)
{
    //2 ..
}
// 3
The question is:
will part 3 of this code be executed after the loop finish or after the first loop ?
Reply
#2

After the entire loop is finished.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)