WINDOW
Syntax WINDOW
 
Explanation WINDOW removes the boundaries from the turtle's field of movement. The turtle may move beyond the borders of the Graphics window, but can no longer be seen as it moves. 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.

WINDOW is one of the three drawing modes for the turtle. See also FENCE and WRAP.


Examples

(The turtle has moved off the window.)

TopIndex