25.03.2013, 17:44
I don't know if that's just an example, but I don't understand why you have so much bigger loop than what you actually need.
Код:
for(new i = 15; i <= 30; i++) { print("yay!"); }