mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-01 19:49:11 +08:00
4 lines
51 B
GLSL
4 lines
51 B
GLSL
a = prompt('input a number:');
|
|
print(int(a)+100);
|
|
|