7 lines
101 B
Text
7 lines
101 B
Text
repeat for each item in [
|
|
"MCMXC",
|
|
"MMVIII",
|
|
"MDCLXVI",
|
|
]
|
|
put RomanNumeralsDecode(it)
|
|
end repeat
|