POS
Syntax POS
 
Explanation

POS reports a list consisting of the x and y coordinates of the turtle. This command is equivalent to GETXY.

See also SETPOS, SETX, SETXY, SETY, XCOR, and YCOR.
 

Examples

SETPOS [65 35] 
POS 
Result: [65 35] 
GETXY 
Result: [65 35] 

TopIndex