Boolean operator
From Coderwiki
More actions
Boolean operators are operators which compare boolean values and produce a resulting boolean value.
For example, the and operator will check whether the value before and after it are both true, and only then will it return true.