linuxOS_D21X/source/artinchip/awtk-ui/awtk/tests/fscripts/demo_while2.fs
2024-11-29 16:23:11 +08:00

3 lines
39 B
GLSL

var a=0
while(a < 10, print(a), a=a+1)