Files

7 lines
86 B
Forth
Raw Permalink Normal View History

2025-09-30 11:56:06 +08:00
print(fconsts.PI);
for(var i = 0; i < 10; i = i + 1) {
print(fconsts.PI);
}