Guest User

Untitled

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