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-11-30 19:18:53 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
f05f57ddf2
awtk
/
tests
/
fscripts
/
demo_while2.fs
lixianjing
51560cf43f
wrap app_conf for fscript
2021-01-07 15:14:14 +08:00
4 lines
36 B
GLSL
Raw
Blame
History
a
=
0
while
(
a
<
10
,
print
(
a
)
,
a
=
a
+
1
)
Reference in New Issue
View Git Blame
Copy Permalink