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