Bitwise Operators
The following table lists the bitwise operators defined for PSL (such as a&=b is equivalent to a=a&b).
PSL Bitwise Operators
Operator | Definition |
---|---|
& | bitwise AND |
| | bitwise OR |
&= | self-bitwise AND |
|= | self-bitwise OR |
^ | exclusive OR bitwise |
^= | exclusive OR bitwise assignment |
Where to go from here
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*