1. <string concatenation operator>
    2. | <arithmetic operator>
    3. | <comparison operator>
    4. <string concatentation operator> ::= "||"
    5. <arithmetic operator> ::= * | / | + | - |
    6. = | <> | != | ~= | ^= | > | < | >= | <=
    7. | !> | ~> | ^> | !< | ~< | ^<