Source: wikibot/boolean-expression
= Boolean expression
{wiki=Boolean_expression}
A Boolean expression is a mathematical expression that evaluates to either true or false. It is formed using Boolean variables (which take on values of true or false) and logical operators, such as AND, OR, and NOT. The expression can be in the form of simple propositions or complex combinations. Here are some common logical operators: 1. **AND (∧)**: The result is true if both operands are true.