This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
cpp
/
GameMonkeyScript
oglindă de
https://github.com/publicrepo/gmscript.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
master
Ramuri
Etichete
master
GameMonkeyScrip...
/
gmsrc
/
doc
/
tutorial
/
1-intro
/
scripts
/
loops_1.gm
loops_1.gm
64 B
Permalink
Istoric
Crud
1
2
3
4
5
for (it = 0; it <= 10; it = it + 1)
{
print( "it = ", it );
}