Numbers in base-16 representation that cannot be written with decimal digits: Difference between revisions

m
→‎version 1: changed a comment.
m (→‎{{header|REXX}}: added a 2nd (inverted) REXX version.)
m (→‎version 1: changed a comment.)
Line 127:
say ' index │'center(title, 1 + cols*(w+1) ) /*display the title for the output. */
say '───────┼'center("" , 1 + cols*(w+1), '─') /* " a sep " " " */
found= 0; y= 0123456789; idx= 1 /*define# afinds; set of forbidden glyphs. ; set IDX.*/
$= /*list of numbers found (so far). */
do j=1 for n-1 /*find ints in hex with no dec. digits.*/