RosettaCodeData/Task/User-input-Text/Forth/user-input-text-3.fth
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

2 lines
61 B
Forth

: INPUT# ( -- n true | d 1 | false )
16 INPUT$ SNUMBER? ;