Jump to content

Sequence: smallest number greater than previous term with exactly n divisors: Difference between revisions

m
→‎{{header|REXX}}: edlded a blank line, added an exit code.
m (→‎{{header|REXX}}: edlded a blank line, added an exit code.)
Line 831:
say center(#, 8) right(i, 15) /*display the index and the anti─prime.*/
end /*i*/
exit 0 /*stick a fork in it, we're all done. */
 
exit /*stick a fork in it, we're all done. */
/*──────────────────────────────────────────────────────────────────────────────────────*/
#divs: procedure; parse arg x 1 y /*X and Y: both set from 1st argument.*/
Cookies help us deliver our services. By using our services, you agree to our use of cookies.