Did you know ... | Search Documentation: |
Title for wiki(tags) |
Reference Manual | ||
---|---|---|
4.27 Arithmetic | ||
/\/2 | Bitwise‘and’ IntExpr1 and IntExpr2. | |
<</2 | Bitwise shift IntExpr1 by IntExpr2 bits to the left. | |
>>/2 | Bitwise shift IntExpr1 by IntExpr2 bits to the right. | |
\/1 | Bitwise negation. | |
\//2 | Bitwise‘or’ IntExpr1 and IntExpr2. | |
xor/2 | Bitwise‘exclusive or’ IntExpr1 and IntExpr2. |