Sorting algorithms/Cycle sort: Difference between revisions

Content added Content deleted
m (→‎version 2: changed wording in the trailing note.)
m (→‎{{header|REXX}}: changed the word ASCII to ANSI in the wording of the incorrect flag.)
Line 1,069: Line 1,069:


=={{header|REXX}}==
=={{header|REXX}}==
{{incorrect|REXX| <br> The program yields syntax errors. <br> The program uses non-ASCII form for assignment (addition). <br> The program uses a non-ASCII format of comments. <br><br> }}
{{incorrect|REXX| <br> The program yields syntax errors. <br> The program uses non-ANSI form for assignment (addition). <br> The program uses a non-ANSI format of comments. <br><br> }}
===version 1===
===version 1===
<lang rexx>/* REXX ***************************************************************
<lang rexx>/* REXX ***************************************************************