Files

7 lines
80 B
Forth
Raw Permalink Normal View History

2023-11-09 20:19:51 +08:00
print(fconsts.PI);
for(var i = 0; i < 10; i = i + 1) {
print(fconsts.PI);
}