RosettaCodeData/Task/Optional-parameters/TIScript/optional-parameters.ti

6 lines
124 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
function sorter(table, ordering = "lexicographic", column = 0, reverse = false) {
// ...
}
sorter(the_data,"numeric");