false: Boolean False
false is the logical value representing an unmet condition. It is used in comparisons, filters, and conditional expressions.
Software semantics
Use and(), or(), and not() to combine or reverse boolean values. Do not confuse false with numeric zero or an empty text value unless a rule explicitly converts them.