Logical Operators
- Last UpdatedNov 30, 2023
- 1 minute read
The logical operators are applicable to boolean values and returns boolean values.
|
Operator |
Operation |
|---|---|
|
AND |
conjunction |
|
OR |
inclusive disjunction |
|
XOR |
exclusive disjunction |