TurtleGraphics (version 1.0-8)

turtle_status: Read the Turtle's Status

Description

This function gives information about the current Turtle's position, direction, and on display options.

Usage

turtle_status()

Arguments

Value

Returns a list with three elements.

Details

The Turtle must be initialized prior to using this function, see turtle_init.

See Also

Other TurtleGraphics: TurtleGraphics-package, turtle_do, turtle_getpos, turtle_goto, turtle_init, turtle_move, turtle_param, turtle_reset, turtle_show, turtle_turn, turtle_up