Handbook
Glossary
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
USING:
lexer
sequences
;
IN:
roman
SYNTAX:
ROMAN:
scan-token
roman>
suffix!
;