condition1
Reports true if condition1 reports false.
Examples: if not (color = black) [fd 2] makes all non-black turtles move forward 2 steps.
if not (color = black) [fd 2]
Related commands: and or