Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
SuperTux
/
squirrel
kopia lustrzana
https://github.com/SuperTux/squirrel
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
0d2a059920
Gałęzie
Tagi
master
old-master
version3_1
squirrel
/
etc
/
test.nut
test.nut
84 B
Historia
Czysty
1
2
3
4
5
function foo(i, f, s)
{
print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}