awtk/tests/fscripts/demo_str2.fs
2022-08-23 11:21:48 +08:00

4 lines
55 B
GLSL

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