Sum to 100: Difference between revisions

m
→‎{{header|REXX}}: re-combined the last two lines into one (which somehow got separated).
m (→‎{{header|REXX}}: re-combined the last two lines into one (which somehow got separated).)
Line 4,493:
if LO\==00 then say right(y, 9) 'solution's(#, , " ") 'found for' ,
right(j, length(HI) ) left('', #, "─")
return # /*return the number of solutions found.*/</lang>
return #
/*return the number of solutions found.*/</lang>
{{out|output|text=&nbsp; when using the default input:}}
<pre>