sort-by-length - sort a series by element length
sort-by-length: func [series] [sort/compare series :cmp-length]
DZone Snippets > sort-by-length
11306 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
sort-by-length: func [series] [sort/compare series :cmp-length]