Examples
4 < 5 and 8<9 --> TRUE
7>8 and 4<2 --> FALSE
2>1 OR 5>3 --> TRUE
2>1 OR 6>8 --> TRUE
not (2>1) --> FALSE
not (5 = 5 and 6 <> 5) --> FALSE