>dec ( n -- str )


Vocabulary
math.parser

Inputs
nan integer


Outputs
stra string


Word description
Converts an integer to its string representation in decimal.

Definition

: >dec ( n -- str ) 10 >base ; inline