WINDOW
Syntax WINDOW
 
Explanation WINDOW removes the boundaries from the turtle's field of movement. If the turtle moves beyond the borders of the Graphics window, it continues to move, but cannot be seen. The Graphics window becomes a small window overlooking the plane on which the turtle can travel.

The range of movement for the turtle when WINDOW is in use is -32,768 to 32,767.

See also FENCE and WRAP.

Examples

(The turtle has moved off the window.)

TopIndex