RosettaCodeData/Task/Sort-an-integer-array/MAXScript/sort-an-integer-array.max

3 lines
38 B
Plaintext

arr = #(5, 4, 3, 2, 1)
arr = sort arr