Advertisement
25hz

Turtle - Turn Around

Apr 4th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement