Ordering specifiers
Factor handbook » The language » Objects » Linear order protocol

Prev:invert-comparison ( <=> -- >=< )
Next:after? ( obj1 obj2 -- ? )


Ordering words such as <=> output one of the following values, indicating that of two objects being compared, the first is less than the second, the two are equal, or that the first is greater than the second:
+lt+

+eq+

+gt+