RosettaCodeData/Task/Sort-an-integer-array/Frink/sort-an-integer-array.frink

3 lines
43 B
Plaintext

a = [5, 2, 4, 1, 6, 7, 9, 3, 8, 0]
sort[a]