RosettaCodeData/Task/Sort-an-integer-array/Joy/sort-an-integer-array.joy
2025-02-27 18:35:13 -05:00

5 lines
62 B
Text

1 3 2 4
stack dup.
[4 2 3 1]
qsort.
[1 2 3 4]