awtk/tests/testdata/demo_while2.fs
2021-01-02 12:36:30 +08:00

4 lines
36 B
GLSL

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