Advertisement
Guest User

go

a guest
Dec 20th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1.  x=1
  2.  turtle.up()
  3.  turtle.turnLeft()
  4.  turtle.turnLeft()
  5.   while x<51 do
  6.     turtle.forward()
  7.     x=x+1
  8.     end
  9.  turtle.down()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement