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