BOOL_AT
Boolean Operations
This topic lists the expressions that are provided by this class.
AND(bool_atb)
Logical AND the boolean argument with the current boolean result.
Parameters:
b - Boolean
Returns: bool_at
NOT
Logical NOT the current boolean result.
Returns: bool_at
OR(bool_atb)
Logical OR the boolean argument with the current boolean result.
Parameters:
b - Boolean
Returns: bool_at