Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
SuperTux
/
squirrel
同期ミラー
https://github.com/SuperTux/squirrel
Watch
2
Star
0
Fork
0
ファイル
課題
0
Wiki
ツリー:
0d2a059920
ブランチ
タグ
master
old-master
version3_1
squirrel
/
etc
/
test.nut
test.nut
84 B
履歴
Raw
1
2
3
4
5
function foo(i, f, s)
{
print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}