| WRAP | |
| Syntax | WRAP |
| Explanation | WRAP maintains the turtle inside the
graphics window no matter how large a movement command is
given. Any time the turtle moves off the window border,
it wraps around the window and reappears on the opposite
edge. When Logo starts up, the default window state is WRAP. |
| Example | (The turtle wraps around every time it reaches the edges of the Graphics window.) |