Palindromic primes: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: changed title comment.)
Line 7: Line 7:


=={{header|REXX}}==
=={{header|REXX}}==
{{incorrect|REXX|output says <10,000, shd be 100,000 (more "lies", ha, ha)}}
<lang rexx>/*REXX program finds and displays palindromic primes for all N < 1000. */
<lang rexx>/*REXX program finds and displays palindromic primes for all N < 1000. */
parse arg hi cols . /*obtain optional argument from the CL.*/
parse arg hi cols . /*obtain optional argument from the CL.*/