qlsort
Sorts the elements of list.
qlsort list sortproc
sortproc
is the name of a procedure that must accept
two arguments.
It must return <0, =0, or >0, indicating the relative ordering of
the first and second arguments. For further information, see the manual page for qsort
.
This command returns a new list ordered according to .