Open echeran opened 8 years ago
add a function that can pop off the last commmand given to a turtle
ex: (clean) (forward 10) (undo) would be functionally equivalent to (clean)
(clean) (forward 10) (undo)
(clean)
add a function that can pop off the last commmand given to a turtle
ex:
(clean) (forward 10) (undo)
would be functionally equivalent to(clean)