What's the deal with boolean values?

Boolean values can only be true or falseComparison operators like < and > return boolean valuesArithmetic operators like + and - return boolean values

Fantastic! Boolean values can only be true or false and are often the result of comparisons.

Oh noes! Boolean values can only be true or false and are often the result of comparisons.