bk tells the turtle to move backward.
The distance is measured in pixels.
bk 100
If a pen is selected, the turtle will draw a line as it moves.
pen red bk 200
If the turtle is turned, it will move in the reverse of the direction it points.
rt 135 bk 50