condition1
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.
if (color = black) or (color = red) [fd 2]
Related commands: and not