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

4 lines
58 B
Forth
Raw Permalink Normal View History

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