ROMAN:
Roman numerals

Next:>roman ( n -- str )


Vocabulary
roman

Word description
A parsing word that reads the next token and converts it to an integer.

Examples
USING: prettyprint roman ; ROMAN: v .
5


Definition