Skip to main content
Docs
And operator
Used to perform a logical conjunction on two expressions. Syntax result = expression1 And expression2 The And operator syntax has these parts: […]