Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
bavier
/
rosetta-code-compiler-forth
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
2de7b68400
ブランチ
タグ
master
rosetta-code...
/
tests
/
input
/
big-choice.in
big-choice.in
49 B
履歴
Raw
1
2
3
4
5
6
foo = 12;
if (foo) {
bar = 65;
putc (bar);
}