This website requires JavaScript.
Explore
Help
Register
Sign In
test
/
awtk
Watch
1
Star
0
Fork
0
You've already forked awtk
mirror of
https://gitee.com/zlgopen/awtk.git
synced
2024-12-02 20:18:22 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
13424d95e8
awtk
/
tests
/
fscripts
/
demo_while1.fs
9 lines
66 B
Forth
Raw
Normal View
History
Unescape
Escape
improve fscript samples
2022-08-23 11:21:48 +08:00
var
a=0
var
b=0
improve fscript docs and testcase
2021-01-02 12:36:30 +08:00
while(a
<
100
)
{
a=a+1
b=b+a
print(a,
b)
}
Reference in New Issue
Copy Permalink