This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
kjhammerle
/
lonely-tiger
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
ef662f8df9
ブランチ
タグ
master
lonely-tiger
/
tests
/
functions
/
return_value
return_value
74 B
履歴
Raw
1
2
3
4
5
6
function test(a, b) {
print 5;
return a + b;
}
print test(2, 4);