This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
cpp
/
squirrel
kopia lustrzana
https://github.com/albertodemichelis/squirrel.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
ff7704fa46
Gałęzie
Tagi
master
v3.2
v3.1
squirrel
/
etc
/
test.nut
test.nut
92 B
Historia
Czysty
1
2
3
4
function foo(i, f, s)
{
print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}