Mian-Chowla sequence: Difference between revisions

m
→‎{{header|REXX}}: optimized a compound statement.
m (→‎{{header|REXX}}: optimized a compound statement.)
Line 1,640:
end /*i*/
#= # + 1 /*bump the counter of terms in the list*/
if #>=LO &then if #<=HI then $= $ t /*In the specified range? Add to list.*/
end /*t*/
/*stick a fork in it, we're all done. */