SETXY xcor ycor
xcor
ycor
Moves the turtle to an absolute X,Y coordinate. The two inputs are numbers, the X and Y coordinates to move to.
REPEAT 360 [SETXY REPCOUNT 100*SIN REPCOUNT]