Handbook
Glossary
humani<=> ( obj1 obj2 -- <=> )
Vocabulary
sorting
.
human
Inputs
obj1
an
object
obj2
an
object
Outputs
<=>
an
object
Definition
USING:
math.order
sequences
;
IN:
sorting.human
:
humani<=>
( obj1 obj2 -- <=> )
[
find-numbers
[
<alphanum-insensitive>
]
map
]
compare
;