mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 20:18:22 +08:00
4 lines
36 B
Forth
4 lines
36 B
Forth
|
a=0
|
||
|
while(a < 10, print(a), a=a+1)
|
||
|
|