Product of divisors: Difference between revisions

m
→‎{{header|REXX}}: added a foot separator to the outputs.
(Added Arturo implementation)
m (→‎{{header|REXX}}: added a foot separator to the outputs.)
Line 1,100:
 
if $\=='' then say center(idx, 7)' ' $ /*any residuals sums left to display? */
say '───────┴'center("" , 102,'─') /* " " separator (above)*/
exit 0 /*stick a fork in it, we're all done. */
/*──────────────────────────────────────────────────────────────────────────────────────*/
Line 1,125 ⟶ 1,126:
41 │ 41 3,111,696 43 85,184 91,125
46 │ 2,116 47 254,803,968 343 125,000
───────┴──────────────────────────────────────────────────────────────────────────────────────────────────────
</pre>