Sorting algorithms/Cycle sort: Difference between revisions

→‎{{header|REXX}}: flagged 1st version as incorrect (not using Classic REXX).
m (→‎{{header|Sidef}}: less code verbosity)
(→‎{{header|REXX}}: flagged 1st version as incorrect (not using Classic REXX).)
Line 893:
 
=={{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> }}
===version 1===
<lang rexx>/* REXX ***************************************************************