awtk/tests/fscripts/demo_consts.fs
2022-12-03 16:30:12 +08:00

7 lines
80 B
GLSL

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