mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 03:40:54 +11:00
2d9a07d215
This was becoming heavy to manage.
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 )
|
|
;
|