Numbers in base 10 that are palindromic in bases 2, 4, and 16: Difference between revisions

m
→‎{{header|REXX}}: changed wording in the REXX section header.
(Add BCPL)
m (→‎{{header|REXX}}: changed wording in the REXX section header.)
Line 202:
<br>function) &nbsp; because they are much faster).
 
This REXX version takes advantage that no &nbsp; ''even'' &nbsp; integers need be tested &nbsp; (except for the single exception: &nbsp; zero),
<br>this makes the execution twice as fast.
<lang rexx>/*REXX pgm finds non─neg integers that are palindromes in base 2, 4, and 16, where N<25k*/