Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
SuperTux
/
squirrel
mirror de
https://github.com/SuperTux/squirrel
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
0d2a059920
Branches
Tags
master
old-master
version3_1
squirrel
/
etc
/
test.nut
test.nut
84 B
Histórico
Raw
1
2
3
4
5
function foo(i, f, s)
{
print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}