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
87dc0a0039
awtk
/
tests
/
testdata
/
demo_while2.fs
lixianjing
ddfbed2fc7
improve fscript docs and testcase
2021-01-02 12:36:30 +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