>=< ( obj1 obj2 -- >=< )
Factor handbook » The language » Objects » Linear order protocol

Prev:<=> ( obj1 obj2 -- <=> )
Next:compare ( obj1 obj2 quot -- <=> )


Vocabulary
math.order

Inputs
obj1an object
obj2an object


Outputs
>=<an ordering specifier


Word description
Compares two objects using the <=> comparator and inverts the output.

See also
<=>

Definition