Boolean/Bool (true/false)
A bool is a truth value and can only be true or false.
Boolean values are mostly produced in combination with comparison operators. For example, when comparing one value with another, the result is either true or false.
Reference for WEBSALE control structures: boolean values, if and switch branches and foreach loops used to drive conditional template output.