This website requires JavaScript.
Explore
Help
Register
Sign In
tz
/
linuxOS_D21X
Watch
2
Star
0
Fork
0
You've already forked linuxOS_D21X
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1d3a392fd3
linuxOS_D21X
/
source
/
artinchip
/
awtk-ui
/
awtk
/
tests
/
fscripts
/
demo_while2.fs
刘可亮
f198a1a4ad
v1.2.3
2024-11-29 16:23:11 +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