Advertisement
Guest User

sda

a guest
May 25th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. robot = require("robot")
  2.  
  3. while true do
  4. for i = 0, 5 do
  5. robot.forward()
  6. end
  7. robot.turnRight()
  8. robot.turnRight()
  9.  
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement