Tokens

Token Type Interpretation
A-ZMovementMoves the turtle forward one step unit, drawing a line.
a-zMovement
+RotationRotates the turtle to the left by the rotation unit.
-RotationRotates the turtle to the right by the rotation unit.
[StatePushes the turtle's current location and rotation to the stack.
]StatePops and restores the turtle's location and rotation from the stack.
InvalidInvalid tokens are treated as part of the a-z A-Z class, and thus have the same functionality.