Determine if a string is collapsible: Difference between revisions

→‎{{header|REXX}}: removed bogus flagging as all five strings were indeed used, with five results as per the task's requirements.
(→‎{{header|Phix}}: Add Python)
(→‎{{header|REXX}}: removed bogus flagging as all five strings were indeed used, with five results as per the task's requirements.)
Line 500:
 
=={{header|REXX}}==
{{incomplete|REXX|Does not test all of the required test strings as given in the the task description.}}
<lang rexx>/*REXX program "collapses" all immediately repeated characters in a string (or strings).*/
@.= /*define a default for the @. array. */