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