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

7 lines
80 B
GLSL

print(fconsts.PI);
for(var i = 0; i < 10; i = i + 1) {
print(fconsts.PI);
}