Turtle and Observer Command
if condition [list of commands]

Do [list of commands] if condition reports true.

Examples:
if color = black [fd 5 rt 90] would make every black turtle move forward 5 steps and turn right.

Related commands:
ifelse