Turtle Command

jump 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.

Examples:

Related commands:
fd bk rt lt