Advertisement
CodeCrafter

Untitled

Mar 7th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. while not turtle.detect() do
  2. turtle.forward()
  3. end
  4.  
  5. while turtle.detect() do
  6. turtle.turnLeft()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement