Table
Sorts list elements in a given order, *in place*, from list[1] to list[#list].
sort(list: table [, comp: (a, b) returns boolean])