Handbook
Glossary
>dec ( n -- str )
Vocabulary
math
.
parser
Inputs
n
an
integer
Outputs
str
a
string
Word description
Converts an integer to its string representation in decimal.
Definition
IN:
math.parser
:
>dec
( n -- str )
10
>base
;
inline