Jump to content

Super-d numbers: Difference between revisions

m
→‎{{header|REXX}}: changed DO loop from FOR to TO.
m (Cut convoluted concurrent code)
m (→‎{{header|REXX}}: changed DO loop from FOR to TO.)
Line 421:
if HI=='' | HI=="," then HI= 9 /*high " " " " " " " */
/* [↓] process D from LO ──► HI. */
do d=LO forto HI-1; #= 0; $= /*count & list of super─d nums (so far)*/
z= copies(d, d) /*the string that is being searched for*/
do j=2 until #==n /*search for super─d numbers 'til found*/
Cookies help us deliver our services. By using our services, you agree to our use of cookies.