right (angle);
float
Turtle t = new Turtle(this); //draws a square t.forward(100); t.right(90); t.forward(100); t.right(90); t.forward(100); t.right(90); t.forward(100); t.right(90); t.drawPath(g);