roman- ( x y -- z )
Roman numerals

Prev:roman+ ( x y -- z )
Next:roman* ( x y -- z )


Vocabulary
roman

Inputs
xa string
ya string


Outputs
za string


Word description
Subtracts two Roman numerals.

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


See also
roman+

Definition