awtk/tests/fscripts/demo_str2.fs

4 lines
55 B
Forth
Raw Normal View History

2022-08-23 11:21:48 +08:00
var a = prompt('input a number:');
2021-07-16 07:31:17 +08:00
print(int(a)+100);