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_continue9
for_break_continue9
125 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
for(x, 0, 2)
{
for(y, 0, 2)
{
for(z, 0, 2)
{
print(x, " ", y, " ", z);
}
}
}