awtk/tests/fscripts/demo_while2.fs
2021-01-07 15:14:14 +08:00

4 lines
36 B
GLSL

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