This is a built-in turtle variable. It holds the current x coordinate of the turtle. You can set this variable to change the turtle's location.
This variable is always greater than or equal to (min-pxcor - 0.5) and strictly less than (max-pxcor + 0.5).
Take me to the full NetLogo Dictionary