Turtle and Observer Command

condition1 and condition2

Reports true if condition1 and condition2 report true.

Examples:
(5 = 5) and (3 = 3) returns true

(5 = 5) and (3 = 5) returns false

Related commands:
or not