Turtle and Observer Command

not condition1

Reports true if condition1 reports false.

Examples:
if not (color = black) [fd 2] makes all non-black turtles move forward 2 steps.

Related commands:
and or