User guide

Valiant Turtle Commands in Apple Logo
In addition to the normal Apple Logo primitives, some new procedures have been created for the
Valiant Turtle.
TURTLEOFF
TURTLEON
ANGLE
SETANGLE
n
DIST
SETDIST
n
Tells the Valiant Turtle to ignore commands. Commands are only followed
by the screen turtle.
Tells the Valiant Turtle to follow commands again.
Outputs a number representing the calibration of a Valiant Turtle angle.
The default value of ANGLE
is
ยท
1.
Allows you to set the calibration of a Valiant Turtle angle where n is a
number representing the calibration of the angle.
Outputs a number representing the size of a Valiant Turtle step. The
default value of
DIST is 10.
Allows you to set the calibration of a Valiant Turtle step where n is a number
representing the size of the step.
9