Advertisement
Guest User

measure

a guest
May 23rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. count=count+1
  2. while turtle.forward() do
  3.  count=count+1
  4. end
  5. print("Distance is: "..count)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement