mirror of
https://github.com/hsoft/collapseos.git
synced 2025-02-06 18:46:00 +11:00
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
( returns negative value on error )
|
|
: _ ( c -- n )
|
|
DUP '0' '1' =><= IF '0' - EXIT THEN
|
|
DROP -1 ( bad )
|
|
;
|