Thun/docs/reference/sort.md

15 lines
212 B
Markdown

------------------------------------------------------------------------
## sort
Function
Given a list return it sorted.
### Example
[4 2 5 7 1] sort
----------------------
[1 2 4 5 7]