RosettaCodeData/Task/User-input-Text/Forth/user-input-text-1.fth

4 lines
58 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: INPUT$ ( n -- addr n )
PAD SWAP ACCEPT
PAD SWAP ;