sort_list

sort_list(a_list) copy to clipboard

Sort a list.

Parameters
Result

list : A sorted list. The return list is identical to the list passed as an argument.