3 lines
61 B
Forth
3 lines
61 B
Forth
|
|
: INPUT# ( -- n true | d 1 | false )
|
||
|
|
16 INPUT$ SNUMBER? ;
|