degrees property

double degrees
getter/setter pair

The angle of the turtle.

It effect how the turtle moves while calling a Forward command.

Implementation

double degrees = -90.0;