RosettaCodeData/Task/Roman-numerals-Decode/XLISP/roman-numerals-decode-2.xlisp
2016-12-05 23:44:36 +01:00

3 lines
68 B
Text

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