Jump to content

Sort an integer array: Difference between revisions

m
Moved Mathematica to the correct place
(→‎{{header|Python}}: +Mathematica)
m (Moved Mathematica to the correct place)
Line 225:
numbers.sort(numberSorter);
alert( numbers );
 
=={{header|Mathematica}}==
numbers = Sort[{2,4,3,1,2}]
 
=={{header|MAXScript}}==
Line 314 ⟶ 317:
 
nums = sorted([2,4,3,1,2])
 
=={{header|Mathematica}}==
numbers = Sort[{2,4,3,1,2}]
 
=={{header|Raven}}==
973

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.