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