Turtle Commands
for (var i = 0; i < 1000; i++){ turtle.turnRight (1); turtle.turnUp (10); turtle.forward (10); }
Execute