Order by pair comparisons: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added rexx to lang tag)
Line 1,200: Line 1,200:


Also note that lists in REXX start with unity, not zero.
Also note that lists in REXX start with unity, not zero.
<lang>/*REXX pgm orders some items based on (correct) answers from a carbon─based life form. */
<lang rexx>/*REXX pgm orders some items based on (correct) answers from a carbon─based life form. */
colors= 'violet red green indigo blue yellow orange'
colors= 'violet red green indigo blue yellow orange'
q= 0; #= 0; $=
q= 0; #= 0; $=