Order two numerical lists: Difference between revisions

m
→‎{{header|Picat}}: code tag for the operator
m (→‎{{header|Picat}}: code tag for the operator)
Line 1,892:
 
=={{header|Picat}}==
Picat has a built-in general comparison operator <code>@<</code>, which compares terms in lexicographic order (numeric lists as well as atoms, strings, variables, and structures).
 
<lang Picat>go =>
Tests = [
Line 1,921 ⟶ 1,920:
yes</pre>
 
 
=={{header|PicoLisp}}==
495

edits