condition1
condition2
Reports true if condition1 and condition2 report true.
Examples: (5 = 5) and (3 = 3) returns true (5 = 5) and (3 = 5) returns false
(5 = 5) and (3 = 3)
(5 = 5) and (3 = 5)
Related commands: or not