The Freya Programming Language

Logical operators

See also

Logical operators in Freya performs operations on boolean values.

Boolean algebra

Freya provides these logical operators:

OperatorMeaning
<->Logical equivalence.
-<Logical implication.
orLogical disjunction (inclusive or).
andLogical conjunction.
notLogical negation.

See also

The Freya Programming Language
Expressions
Shift operators
Type casts
Null coalescing operator
Type declarations