Vocabularymath.
orderInputsOutputsWord descriptionCompares the results of applying the quotation to both objects via
<=>.
NotesThe quotation is applied to the first object, then the second. It may update values below its input; computed keys are kept outside that row.
ExamplesUSING: kernel math.order prettyprint sequences ;
"hello" "hi" [ length ] compare .
+gt+
See alsosort,
sort-by,
inv-sort-by,
sort-keys,
sort-valuesDefinition