2 lines
96 B
Text
2 lines
96 B
Text
: (by car sort '(("def" 456) ("abc" 789) ("ghi" 123)))
|
|
-> (("abc" 789) ("def" 456) ("ghi" 123))
|