Order two numerical lists: Difference between revisions

Content deleted Content added
Add LabVIEW
m →‎{{header|LabVIEW}}: I translated it from my AHK solution
Line 340:
 
=={{header|LabVIEW}}==
{{trans|AutoHotkey}}
{{VI solution|LabVIEW_Order_two_numerical_lists.png}}
 
=={{header|Mathematica}}==
<lang Mathematica>order[L1_, L2_] := Length [L1] < Length [L2]</lang>