Turtle.forward

Move the turtle forward by the given number of units. If the pen is down, draw a line with the configured color.

struct Turtle(View)
void
forward
(
float distance
)

Meta