Please enable JavaScript in your browser!
Halaman utama
Jelajahi
Bantuan
Masuk
bavier
/
rosetta-code-compiler-forth
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Tarik Permintaan
0
Wiki
Pohon:
2de7b68400
Ranting
Tag
master
rosetta-code...
/
tests
/
input
/
count.in
count.in
95 B
Riwayat
Mentahan
1
2
3
4
5
6
count = 1;
while (count < 10) {
print("count is: ", count, "\n");
count = count + 1;
}