Distinct power numbers: Difference between revisions

m
→‎{{header|REXX}}: added wording to the REXX section header.
m (→‎{{header|REXX}}: added wording to the REXX section header.)
Line 521:
 
=={{header|REXX}}==
With this version of REXX,   there's no need to sort the found numbers,   or to eliminate duplicates.
<lang rexx>/*REXX pgm finds and displays distinct power integers: a^b, where a and b are 2≤both≤5*/
parse arg lo hi cols . /*obtain optional arguments from the CL*/