Vocabularymath.orderInputs and outputsGeneric word contractCompares two objects using an intrinsic linear order, for example, the natural order for real numbers and lexicographic order for strings.
The output value is one of the following:
| • | +lt+ - indicating that obj1 precedes obj2 |
| • | +eq+ - indicating that obj1 is equal to obj2 |
| • | +gt+ - indicating that obj1 follows obj2 |
See also>=<DefinitionMethods