Handbook
Glossary
string>digits ( str -- digits )
Vocabulary
math
.
parser
Inputs
str
a
string
Outputs
digits
an
object
Word description
Converts a string of digits represented in base 36 to a byte array (
Byte arrays
).
Definition
USING:
sequences
;
IN:
math.parser
:
string>digits
( str -- digits )
[
digit>
]
B{
}
map-as
;
inline