Sorting algorithms/Strand sort: Difference between revisions

m
→‎{{header|REXX}}: changed style of '''output'''. -- ~~~~
m (→‎{{header|Perl 6}}: minor edits)
m (→‎{{header|REXX}}: changed style of '''output'''. -- ~~~~)
Line 972:
end /*forever*/
return space(p a.1 a.2)</lang>
Output'''output''' when using the input of <tt> 25 -9 30 20.5117 1e7 </tt>:
<pre style="height:20ex;overflow:scroll">
================================unsorted list==================================
Line 981:
</pre>
The REXX program can also sort words as well as numbers.
<br><br>Output'''output''' when using the input of <tt> 24 -9 100 66 66 8.8 carp Carp </tt>:
<pre style="height:20ex;overflow:scroll">
====================================unsorted array====================================