7 lines
162 B
Text
7 lines
162 B
Text
|
|
link numbers # commas, roman
|
||
|
|
|
||
|
|
procedure main(arglist)
|
||
|
|
every x := !arglist do
|
||
|
|
write(commas(x), " -> ",roman(x)|"*** can't convert to Roman numerals ***")
|
||
|
|
end
|