>digits ( n -- seq )


Vocabulary
math.parser

Inputs
nan integer


Outputs
seqa sequence


Word description
Converts an integer to the sequence of its decimal digits.

Definition