Topswops: Difference between revisions

Content deleted Content added
m →‎{{header|REXX}}: added whitespace to output section.
m →‎{{header|REXX}}: elided a comment.
Line 1,842: Line 1,842:
do h=10 to things; if pos(h, z)==0 then iterate
do h=10 to things; if pos(h, z)==0 then iterate
z=changestr(h, z, d2x(h) ) /* [↑] any H's in Z ? */
z=changestr(h, z, d2x(h) ) /* [↑] any H's in Z ? */
/* [↑] hexify decimal H */
end /*h*/
end /*h*/
z=reverse(subword(z, 1, t)) subword(z, t+1)
z=reverse(subword(z, 1, t)) subword(z, t+1)