speed Sets default turtle speed in moves per second.

Control the speed of the turtle using speed.

Five moves per second:

speed 5

Ten moves per second:

speed 10

As fast as your computer can move (often looks instant):

speed Infinity