RosettaCodeData/Task/Roman-numerals-Decode/XLISP/roman-numerals-decode-2.l
2023-07-01 13:44:08 -04:00

3 lines
68 B
Text

[1] (mapcar decode '("mcmxc" "mmviii" "mdclxvi"))
(1990 2008 1666)