mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 21:17:50 +08:00
4 lines
55 B
GLSL
4 lines
55 B
GLSL
var a = prompt('input a number:');
|
|
print(int(a)+100);
|
|
|