Turtle and Observer Command

condition1 or condition2

Reports true if either condition1 or condition2 reports true.

Examples:
if (color = black) or (color = red) [fd 2] makes all black or red turtles move forward 2 steps.

Related commands:
and not