ExCellerate.Functions.General.Sort (excellerate v0.4.0)

Copy Markdown View Source

Sorts values in ascending order.

Accepts a single list or any number of individual arguments.

Examples

sort(3, 1, 2)                 [1, 2, 3]
sort(items)                   items sorted ascending
sort('banana', 'apple')      ['apple', 'banana']