Guest User

Untitled

a guest
Dec 12th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. next a
  2. start handling a
  3. next b
  4. next c
  5. next d
  6. finish handling a
  7. (skip b, c)
  8. start handling d
  9. next e
  10. next f
  11. finish handling d
  12. (skip e)
  13. start handling f
  14. finish handling f
  15. next g
  16. start handling g
  17. next h
  18. next i
  19. next j
  20. next k
  21. next l
  22. next m
  23. next n
  24. next o
  25. next p
  26. next q
  27. next r
  28. finish handling g
  29. (skip h through q)
  30. start handling r
  31. finish handling r
Add Comment
Please, Sign In to add comment