RosettaCodeData/Task/Sort-an-integer-array/PicoLisp/sort-an-integer-array.l

3 lines
34 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(sort (2 4 3 1 2))
-> (1 2 2 3 4)