Determine if a string is collapsible: Difference between revisions

Content deleted Content added
No edit summary
Thundergnat (talk | contribs)
m →‎{{header|REXX}}: Marked incomplete as per task author
Line 446: Line 446:


=={{header|REXX}}==
=={{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).*/
<lang rexx>/*REXX program "collapses" all immediately repeated characters in a string (or strings).*/
@.= /*define a default for the @. array. */
@.= /*define a default for the @. array. */