Imri Goldberg wrote:
what happens to other comparison
operators, namely,
<=, <, >, >=. If they retain their original meaning than <= and >=
become at least a bit inconsistent.
Also, if you have <= and >= then you can cheat by
doing 'x <= y and x >= y'. :-)
--
Greg