Jump to content

Set consolidation: Difference between revisions

m
→‎{{header|REXX}}: lowercased a letter.
m (→‎{{header|REXX}}: changed the name of the function to reflect the task.)
m (→‎{{header|REXX}}: lowercased a letter.)
Line 1,504:
do until \isIn(x, !.set)
_=wordpos(x, !.set)
!.set=subword(!.set,1,_-1) ',' subwOrdsubword(!.set,_+1) /*purify set.*/
end /*until ¬isIn ··· */
end /*items*/
Cookies help us deliver our services. By using our services, you agree to our use of cookies.