Eertree: Difference between revisions

m
→‎{{header|REXX}}: elided superfluous blanks.
(→‎{{header|REXX}}: added the REXX language.)
m (→‎{{header|REXX}}: elided superfluous blanks.)
Line 369:
#=words($) /*get the number of palindromes found. */
subP= 'sub─palindromes' /*a literal to make SAY texts shorter. */
say pad 'The number of' subP "found: " #
say
say pad 'The list of' subP "found: "
say strip($) /*display the list of the palindromes. */
/*stick a fork in it, we're all done. */</lang>