kreezxil

Measure

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