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