comp_op 

<comp_op> ::=
  <
| >
| <>
| !=
| =
| <=
| >=
| ¬= | ¬< | ¬>
(for machines with EBCDIC code)
| ~= | ~< | ~>
(for machines with ASCII code)