bk

Help Contents Graphics Relative Turtle Motion bk
back left

back dist
bk dist


moves the turtle backward, i.e., exactly opposite to the direction that it's facing, by the specified distance. (The heading of the turtle does not change.)

Example:

pu fd 100 pd
bk 200

Examples:

References:

back left