pop index |
||||
Name | pop () | |||
Description | Must be used after a push () statement. Returns turtle to the last pushed state. Removes last pushed state from the stack. No line is drawn in the jump. | |||
Syntax | pop(); |
|||
Parameters |
|
|||
Returns | None | |||
Related | push() | |||
Example |
|
|||