This is a built-in turtle variable. It holds the current z coordinate of the turtle. This is a floating point number, not an integer. You can set this variable to change the turtle's location.
This variable is always greater than or equal to (- screen-edge-z) and strictly less than screen-edge-z.
Take me to the full NetLogo Dictionary