View difference between Paste ID: nGVuptWB and rB8gySUd
SHOW: | | - or go back to the newest paste.
1
-- Simple little command to turn
2
-- the turtle around.  I save it
3
-- as "ta" (for "T"urn "A"round)
4
-- to minimize typing.
5
6
turtle.turnRight()
7
turtle.turnRight()