awtk/tests/fscripts/demo_str2.fs
2021-07-16 07:31:17 +08:00

4 lines
51 B
GLSL

a = prompt('input a number:');
print(int(a)+100);