Determine if a string is squeezable: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
m →‎{{header|REXX}}: marked incomplete as per task author
→‎{{header|REXX}}: removed bogus flagging as all five strings were indeed used, with eight results as per the task's requirements.
Line 419:
 
=={{header|REXX}}==
{{incomplete|REXX|Does not test all of the required test strings as given in the the task description.}}
<lang rexx>/*REXX program "squeezes" all immediately repeated characters in a string (or strings). */
@.= /*define a default for the @. array. */