Handbook
Glossary
storage>n ( string -- n )
Vocabulary
units
.
reduction
Inputs
string
an
object
Outputs
n
an
object
Definition
USING:
continuations
kernel
splitting
;
IN:
units.reduction
:
storage>n
( string -- n )
[
"i"
?tail
[
10 2
(storage>n)
]
[
3 10
(storage>n)
]
if
]
[
\
bad-storage-string
boa
rethrow
]
recover
;