RosettaCodeData/Task/Sort-an-integer-array/Ring/sort-an-integer-array.ring

3 lines
38 B
Plaintext

aArray = [2,4,3,1,2]
see sort(aArray)