Advertisement
Guest User

Untitled

a guest
Sep 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1.  
  2. -- 51: Identify Yourselves --
  3.  
  4. pickup s
  5. if w == nothing:
  6. step s
  7. write 1
  8. drop
  9. a:
  10. jump a
  11. endif
  12. if e == nothing:
  13. step s
  14. write 10
  15. drop
  16. b:
  17. jump b
  18. endif
  19. if w == nothing:
  20. step s
  21. write 2
  22. drop
  23. c:
  24. jump c
  25. endif
  26. if e == nothing:
  27. step s
  28. write 9
  29. drop
  30. endif
  31. if w == nothing:
  32. step s
  33. write 3
  34. drop
  35. endif
  36. if e == nothing:
  37. step s
  38. write 8
  39. drop
  40. endif
  41. if w == nothing:
  42. step s
  43. write 4
  44. drop
  45. endif
  46. if e == nothing:
  47. step s
  48. write 7
  49. drop
  50. endif
  51. if w == nothing:
  52. step s
  53. write 5
  54. drop
  55. endif
  56. if e == nothing:
  57. step s
  58. write 6
  59. drop
  60. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement