Sort stability: Difference between revisions

m
→‎{{header|REXX}}: alternated use of literal delimiters (on the same statement).
m (→‎{{header|REXX}}: changed/added comments and whitespace, changed indentations, simplified a subroutine.)
m (→‎{{header|REXX}}: alternated use of literal delimiters (on the same statement).)
Line 884:
return
/*──────────────────────────────────────────────────────────────────────────────────────*/
show: do j=1 for #; say ' element' right(j,length(#)) arg(1)'":'" @.j; end; return</lang>
'''output''' &nbsp; using the default list:
<pre>