forward(distance);
float
import Turtle.*; size(500,500); background(255); stroke(0); Turtle t = new Turtle(this); t.forward(100);