This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
kjhammerle
/
snuvi-script-recoded
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
19dcd8d0b6
Branche
Tagy
master
snuvi-script-re...
/
test
/
for_break_continue
/
for_break_continue0
for_break_continue0
42 B
História
Raw
1
2
3
4
for(i = 6; i <= 9; i++)
{
print(i);
}