This website requires JavaScript.
Explore
Help
Register
Sign In
wen
/
luban-lite-t3e-pro
Watch
1
Star
0
Fork
0
You've already forked luban-lite-t3e-pro
mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced
2025-12-18 04:18:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Apply Patch
luban-lite-t3e-pro
/
packages
/
third-party
/
awtk-ui
/
awtk
/
tests
/
fscripts
/
demo_while4.fs
14 lines
119 B
Forth
Raw
Permalink
Normal View
History
Unescape
Escape
first commit
2025-09-30 11:56:06 +08:00
var
a=0
var
b=0
while(a
<
100
)
{
a=a+1
b=b+a
if(a
>
20
)
{
break;
}
print(a,
b)
}
print(b)
Reference in New Issue
Copy Permalink