awtk/tests/fscripts/demo_while2.fs
2022-08-23 18:27:17 +08:00

3 lines
39 B
GLSL

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