Boolean Operators¶
Boolean operators are clear-cut: they tell you whether something is true or false.
While a case is still being filled in, an expression can also be unknown - the
information needed to decide it has not been provided yet.
Atfinity follows three-valued logic: a boolean operator only returns
unknown when the missing information could still change the result.
See that page for the full truth tables and the reasoning behind them.