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
e83fd65b67
awtk
/
tests
/
fscripts
/
demo_while2.fs
lixianjing
22cfe2566f
improve fscript docs
2022-08-23 18:27:17 +08:00
3 lines
39 B
GLSL
Raw
Blame
History
var
a
=
0
while
(
a
<
10
,
print
(
a
)
,
a
=
a
+
1
)
Reference in New Issue
View Git Blame
Copy Permalink