AND |
Returns TRUE if all its arguments are TRUE |
FALSE |
Returns the logical value FALSE |
IF |
Specifies a logical test to perform |
NOT |
Reverses the logic of its argument |
OR |
Returns TRUE if any argument is TRUE |
TRUE |
Returns the logical value TRUE |