Files

4 lines
58 B
Forth
Raw Permalink Normal View History

2025-09-30 11:56:06 +08:00
var a = prompt('input a number:');
print(int(a)+100);