RosettaCodeData/Task/Number-names/Icon/number-names-1.icon
2023-07-01 13:44:08 -04:00

6 lines
121 B
Text

link numbers # commas, spell
procedure main(arglist)
every x := !arglist do
write(commas(x), " -> ",spell(x))
end