BOOL_AT

Boolean Operations

Direct expressions

AND (bool_at b)

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_at b)

Logical OR the boolean argument with the current boolean result.

Parameters:

            b- Boolean

Returns: bool_at