Order two numerical lists: Difference between revisions

Content deleted Content added
m →‎{{header|REXX}}: added a note to the section header comments.
m →‎{{header|REXX}}: change program title comment.
Line 897: Line 897:
This R<tt>EXX</tt> example uses the same lists as &nbsp; &nbsp; <tt> BBC BASIC. </tt>
This R<tt>EXX</tt> example uses the same lists as &nbsp; &nbsp; <tt> BBC BASIC. </tt>
<br>This example will also work with non-numeric strings.
<br>This example will also work with non-numeric strings.
<lang rexx>/*REXX pgm finds if list1<list2 (both contain nums), returns true|false.*/
<lang rexx>/*REXX pgm determines if a list < previous list, & returns true | false*/
@. =
@. =
@.1 = 1 2 1 5 2
@.1 = 1 2 1 5 2