Next: Delimiters Up: Lexical analysis Previous: Numeric literals

Operators

The following tokens are operators:


+       -       *       /       %
<<      >>      &       |       ^       ~
<       ==      >       <=      <>      !=      >=

The comparison operators <> and != are alternate spellings of the same operator.


guido@cwi.nl