Order two numerical lists: Difference between revisions

Content deleted Content added
Add LabVIEW
Line 339: Line 339:
</pre>
</pre>


=={{header|LabVIEW}}==
{{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>