Nice primes: Difference between revisions

→‎{{header|REXX}}: wrong indices in output
(→‎{{header|REXX}}: changed the format of the output.)
(→‎{{header|REXX}}: wrong indices in output)
Line 527:
 
=={{header|REXX}}==
{{incorrect|REXX|indices shd be 1..33 not 501..533 - hth}}
<lang rexx>/*REXX program finds and displays nice primes, primes whose digital root is also prime.*/
parse arg lo hi cols . /*obtain optional argument from the CL.*/
7,806

edits