|| Logical OR
In this section:
Precedence
14
Description
|| or OR performs a logical OR between two integer operands.
Example
1010B || 0000B –> 1 0000B || 0000B –> 0
14
|| or OR performs a logical OR between two integer operands.
1010B || 0000B –> 1 0000B || 0000B –> 0