DiGrande.it
Braille and Technologies for Visual Impairment

TurtleForward- Makes the turtle walk forward

Instruction that makes the turtle walk forward.

- TurtleForward(N)

Parameters:

- (float) N: Number of steps forward.

Description:

Use the TurtleForward instruction to make the turtle walk forward and consequently draw lines. The N parameter indicates how many steps forward the turtle will take to walk. N can be a negative number and in this case the turtle will walk backwards.