number>text ( n -- str )


Vocabulary
math.text.english

Inputs
nan integer


Outputs
stra string


Generic word contract
Converts an integer to a text string representation in English, including appropriate punctuation and conjunctions.

Examples
USING: math.text.english prettyprint ; 12345 number>text .
"twelve thousand, three hundred and forty-five"


Definition


Methods