Files

4 lines
55 B
Forth
Raw Permalink Normal View History

2023-11-09 20:19:51 +08:00
var a = prompt('input a number:');
print(int(a)+100);