Turtle

jump number

Parameters:
number Number Amount for turtle to move

Description:
Turtles move number steps in the time it takes to make one normal step.

Examples:
jump 12 makes the caller move forward 12 in the time it normally takes to move forward one step.

Notes:
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.

Related Commands:
forward leap step