Order two numerical lists: Difference between revisions

Content added Content deleted
(Add LabVIEW)
m (→‎{{header|LabVIEW}}: I translated it from my AHK solution)
Line 340: Line 340:


=={{header|LabVIEW}}==
=={{header|LabVIEW}}==
{{trans|AutoHotkey}}
{{VI solution|LabVIEW_Order_two_numerical_lists.png}}
{{VI solution|LabVIEW_Order_two_numerical_lists.png}}

=={{header|Mathematica}}==
=={{header|Mathematica}}==
<lang Mathematica>order[L1_, L2_] := Length [L1] < Length [L2]</lang>
<lang Mathematica>order[L1_, L2_] := Length [L1] < Length [L2]</lang>