Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/tests/fscripts/demo_consts.fs
刘可亮 3b4064f334 v1.0.2
2023-11-30 19:48:02 +08:00

7 lines
80 B
GLSL

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