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

6 lines
124 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
function sorter(table, ordering = "lexicographic", column = 0, reverse = false) {
// ...
}
sorter(the_data,"numeric");