sort

sort v -- produces a sorted version of the list v.

The sort function uses <= to compare elements of the list, which in turn calls upon ?.

See also rsort, <=, and ?.

Go to main index.

Go to concepts index.