| A | B |
| fd | forward |
| seth | changes the heading of the turtle |
| setsh | changes a turtle's shape |
| lt | turns the turtle to the left of the direction headed |
| cg | clears graphics on a page |
| cc | clears commands in the command center |
| rt | turns the turtle to the right of the direction headed |
| ht | makes the turtle disappear |
| setc | changes the turtle's color |
| wait | allows the turtle to pause a set amount |
| st | makes the turtle appear |
| repeat | used to tell the turtle to perform a list of instructions a number of times |
| setbg | changes the color of the background of a page |
| pu | lifts the pen so the turtle moves without leaving a trail |
| pd | lowers the pen so the turtle draws as it moves |
| setsize | changes the size of the turtle |
| setpos | Places the turtle at specified coordinates |
| show pos | returns the current turtle's position in x y coordinates |
| freezebg | freezes the background so you can draw over it |
| pick | reports an element chosen randomly from a list |