string>digits ( str -- digits )


Vocabulary
math.parser

Inputs
stra string


Outputs
digitsan object


Word description
Converts a string of digits represented in base 36 to a byte array (Byte arrays).

Definition