Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function turnAround(){
  2. turnLeft();
  3. turnLeft();
  4. }
  5. moveForward();
  6. turnAround();
  7. moveForward();
  8. moveForward();
  9. turnAround();
  10. moveForward();
  11. turnLeft();
  12. moveForward();
  13. turnAround();
  14. moveForward();
  15. moveForward();
  16. turnAround();
  17. moveForward();
  18. turnAround();
  19. turnLeft();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement