human<=> ( obj1 obj2 -- <=> )
Human-friendly sorting

Next:human>=< ( obj1 obj2 -- >=< )


Vocabulary
sorting.human

Inputs
obj1an object
obj2an object


Outputs
<=>an ordering specifier


Word description
Compares two objects after converting numbers in the string into integers.

Definition