! ! START roman.def ! ! ! This include defines the procedure declaration ! used in checking and evaluating roman numerals ! ! parameter: roman numeral string ! result: roman numeral value DECLARE roman_value: INTEGER; EXTERNAL PROCEDURE roman_evaluate ( STRING ) OF INTEGER; ! ! END roman.def !