18.12.2017, 18:20
Hi everyone!
I just want to know why and in which situations should I use loops, for example:
How does it work?
I just want to know why and in which situations should I use loops, for example:
Код:
for(new i = 0; i < MAX_PLAYERS; i++) { // something return 1; }