Major Section: PROGRAMMING
O>= is a macro and (o>= x y) expands to (not (o< x y)). See o<.
O>=
(o>= x y)
(not (o< x y))