3 lines
88 B
Text
3 lines
88 B
Text
|
|
f := n -> convert(n, arabic):
|
||
|
|
seq(printf("%a\n", f(i)), i in [MCMXC, MMVIII, MDCLXVI]);
|