
Last chance! 50% off unlimited learning
Sale ends in
This function gives information about the current Turtle's position, direction, and on display options.
turtle_status()
Returns a list with three elements.
The Turtle must be initialized prior to using
this function, see turtle_init
.
Other TurtleGraphics: TurtleGraphics-package
,
turtle_do
, turtle_getpos
,
turtle_goto
, turtle_init
,
turtle_move
, turtle_param
,
turtle_reset
, turtle_show
,
turtle_turn
, turtle_up