SETX xcor
xcor
Moves the turtle along the X axis from its current position to a new absolute X coordinate. The xcor input is the new X coordinate.
SETX 100 SETY 100 SETX 0 SETY 0