Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
bavier
/
rosetta-code-compiler-forth
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
2de7b68400
Branchit
Tagit
master
rosetta-code...
/
tests
/
input
/
big-choice.in
big-choice.in
49 B
Historia
Raaka
1
2
3
4
5
6
foo = 12;
if (foo) {
bar = 65;
putc (bar);
}