Abundant odd numbers: Difference between revisions

m
→‎{{header|REXX}}: added wording to the REXX section preamble.
m (→‎{{header|REXX}}: aligned the output for easier reading.)
m (→‎{{header|REXX}}: added wording to the REXX section preamble.)
Line 907:
 
=={{header|REXX}}==
A wee bit of coding was added to add commas (because of the larger numbers) as well as alignment of the output.
<lang rexx>/*REXX pgm displays abundant odd numbers: 1st 25, one─thousandth, first > 1 billion. */
parse arg Nlow Nuno Novr . /*obtain optional arguments from the CL*/