roman+ ( x y -- z )
Roman numerals

Prev:roman> ( str -- n )
Next:roman- ( x y -- z )


Vocabulary
roman

Inputs
xa string
ya string


Outputs
za string


Word description
Adds two Roman numerals.

Examples
USING: io roman ; "v" "v" roman+ print
x


See also
roman-

Definition