number
Turtles move number steps in the time it takes to make one normal step. For example, jump 15 and fd 1 both take the same amount of time to perform. fd 15, however, would take 15 times as long as jump 15.
jump 15
fd 1
fd 15
Related commands: fd bk rt lt