SIMPOL Documentation

Bitwise Operators

The set of bitwise operators comprises the AND, OR, and XOR operators and in this case, they are all keywords rather than symbols. It is important to understand that these operators are bit-field operators, they are not logical operators! For details of the operators and their values see the "Bitwise Operators" section in the "SIMPOL Language Reference".

[Warning]Warning

The bitwise operators and the logical operators should not be mistaken for each other! They can have very different results from what is expected if used in the wrong way. Remember, SIMPOL is a case-sensitive language.