Permuted multiples: Difference between revisions

m
fixed a typo.
(→‎{{header|REXX}}: added the computer programming language REXX.)
m (fixed a typo.)
Line 8:
<br><br>
=={{header|REXX}}==
<lang rexx>/*REXX program finds and displays the smallest postivepositive integer n such that ··· */
/*───────────────────────── 2*n, 3*n, 4*5, 5*6, and 6*n contain the same decimal digits.*/
do n=1 /*increment N from unity. */