RosettaCodeData/Task/Sort-an-integer-array/Maple/sort-an-integer-array.maple

3 lines
48 B
Plaintext

sort([5,7,8,3,6,1]);
sort(Array([5,7,8,3,6,1]))