Advertisement
Guest User

Untitled

a guest
Oct 28th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. left // these two lines repeated an arbitrary number of times, each repetition
  2. skipNext // will make it work with 1 more distance between landing locations
  3. left
  4. skipNext
  5. left
  6. skipNext
  7. ...
  8.  
  9. skipNext
  10. goto r
  11.  
  12. noop: goto noop
  13.  
  14. r: right
  15. goto r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement