Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
SuperTux
/
squirrel
mirror da
https://github.com/SuperTux/squirrel
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
0d2a059920
Rami (Branch)
Tag
master
old-master
version3_1
squirrel
/
etc
/
test.nut
test.nut
84 B
Cronologia
Originale
1
2
3
4
5
function foo(i, f, s)
{
print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}