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