31.01.2010, 12:07
Just try it out by using the example TheKiller gave you - it works just fine:
Код:
for(new i=0; i <= 10; i++)
{
print("Loop1");
}
for(new s=0; s <= 10; s++)
{
print("Loop2");
}

