Demonstration of a logic error

Place a penguin in your world.

You are supposed to cause the penguin to turn RIGHT by 85 degrees.

You drag the penguin.turn tile into the edit pane.

You specify RIGHT for the direction

You specify 85 for the amount.

Rather than turning right by 85 degrees, the penguin turns 85 complete revolutions.

This is what would happen if you forget that the amount to turn must be specified in revolutions instead of in degrees.