Page 224 (PDF page 265):
In the code snippet there are 4 operators defined.
The text then states "...three of the comparison operators are defined in
terms of the first one..."
Thus, we are to assume that the first is < and "three" refers to the
latter of the 4 shown operators.
If this is the case then only 2 of the 3 latter operators refer to <. The
last of the 4 operators, >=, refers to >, || and == and not <.
|