RosettaCodeData/Task/Sort-an-integer-array/Ursa/sort-an-integer-array.ursa

4 lines
48 B
Plaintext

decl int<> nums
append 2 4 3 1 2 nums
sort nums