Jump to content

Roman numerals/Encode: Difference between revisions

Fixed two Red examples
(Fixed two Red examples)
Line 6,366:
Red []
 
table: [1000 M 900 CM 500 D 400 CD 100 C 90 XC 50 L 40 XL 10 X 9 IX 5 V 4 IV 1 I]
 
to-Roman: function [n [integer!] return: [string!]][
Line 6,380:
Red []
 
table: [1000 M 900 CM 500 D 400 CD 100 C 90 XC 50 L 40 XL 10 X 9 IX 5 V 4 IV 1 I]
 
to-Roman: func [n [integer!] return: [string!]][
11

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.