4 lines
58 B
Forth
4 lines
58 B
Forth
|
|
: INPUT$ ( n -- addr n )
|
||
|
|
PAD SWAP ACCEPT
|
||
|
|
PAD SWAP ;
|