6 lines
116 B
Text
6 lines
116 B
Text
|
|
with javascript_semantics
|
||
|
|
requires("1.0.5")
|
||
|
|
function toRoman(integer n)
|
||
|
|
return {n,sprintf("%R",n)}
|
||
|
|
end function
|