Proper divisors: Difference between revisions

m
→‎version 3: indented a comment to align with the others.
m (→‎version 3: indented a comment to align with the others.)
Line 2,460:
numeric digits max(9,length(n)+1); q=Pdivs(n); #=words(q)
say right(n,max(20,w)) 'has' center(#,4) "proper divisors."
end /*i*/ /* [↑] support extra specified integers*/
exit /*stick a fork in it, we're all done. */
/*──────────────────────────────────────────────────────────────────────────────────────*/