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
/
tables_4.gm
tables_4.gm
92 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
8
fruits = table ( "apple", "pear", "orange" );
foreach ( frt in fruits )
{
print(frt);
}