list.sort
Syntax
Get a sorted copy of a list.
Returns a copy of the list lin sorted by value. The sort occurs by type and then by internal comparison, using the “<” operator. It is not yet possible to customize the sorting function.
lout - the sorted copy of list lin
lin - the list to sort.
list.size
list.sum
9.1.13