push index |
||||
Name | push () | |||
Description | Saves the current state of the turtle to the stack. Enables you to jump back to this state (turtle position, pen state, angle, etc.) at a later point in the program. | |||
Syntax | push(); |
|||
Parameters |
|
|||
Returns | None | |||
Related | pop() | |||
Example |
|
|||