Logical operators in Freya performs operations on boolean values.
Freya provides these logical operators:
Operator | Meaning |
---|---|
<-> | Logical equivalence. |
-< | Logical implication. |
or | Logical disjunction (inclusive or). |
and | Logical conjunction. |
not | Logical negation. |
The Freya Programming Language
Expressions
Shift operators
Type casts
Null coalescing operator
Type declarations