|
Syntax |
(Logical value 1) AND (Logical value 2) |
|
Description |
Returns True if both <Logical value 1> and <Logical value 2> are True. |
|
Example |
False AND True => False |
|
Logical value 1 |
Logical expression. |
|
Logical value 2 |
Logical expression. |