RosettaCodeData/Task/Sort-an-array-of-composite-structures/PicoLisp/sort-an-array-of-composite-structures-1.l
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

2 lines
89 B
Text

: (sort '(("def" 456) ("abc" 789) ("ghi" 123)))
-> (("abc" 789) ("def" 456) ("ghi" 123))