Wieferich primes: Difference between revisions

m
→‎{{header|REXX}}: changed a comment.
m (→‎{{header|REXX}}: changed some comments and whitespace.)
m (→‎{{header|REXX}}: changed a comment.)
Line 548:
end /*j*/
 
say '───────┴'center("" , w, '─'); say /*display a foot sep for the output. */
say 'Found ' commas(found) title /*display a " " summary for the output. " " " */
say
say 'Found ' commas(found) title /*display a summary for the output. */
exit 0 /*stick a fork in it, we're all done. */
/*──────────────────────────────────────────────────────────────────────────────────────*/