RosettaCodeData/Task/Sort-an-integer-array/Scheme/sort-an-integer-array-1.ss

2 lines
31 B
Scheme
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
(sort #(9 -2 1 2 8 0 1 2) #'<)