roman* ( x y -- z )
Roman numerals

Prev:roman- ( x y -- z )
Next:roman/i ( x y -- z )


Vocabulary
roman

Inputs
xa string
ya string


Outputs
za string


Word description
Multiplies two Roman numerals.

Examples
USING: io roman ; "ii" "iii" roman* print
vi


See also
roman/i, roman/mod

Definition