linuxOS_D21X/source/artinchip/awtk-ui/awtk/tests/fscripts/demo_consts.fs

7 lines
80 B
Forth
Raw Normal View History

2024-11-29 08:23:11 +00:00
print(fconsts.PI);
for(var i = 0; i < 10; i = i + 1) {
print(fconsts.PI);
}