Logical Operators

Operator Function Usage
Not Logical Negation If Not (x)
And Logical And If (x> y) And (x < Z)
Or Logical Or if (x = y) Or (x = z)