Set consolidation: Difference between revisions

Content deleted Content added
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*/