This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
kjhammerle
/
snuvi-script-recoded
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
e4017d02f9
Gałęzie
Tagi
master
snuvi-script-re...
/
test
/
for_break_continue
/
for_break_continue7
for_break_continue7
93 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
for(i, 5, 7)
{
for(j, 0, 5)
{
break;
print(j);
}
print(i);
}