goto.cout 294 B

12345678910111213141516171819202122232425
  1. push "a"
  2. use print(1)
  3. push invstring
  4. push ""
  5. use =(2)
  6. push "label4"
  7. use goto(1)
  8. push "e"
  9. use print(1)
  10. push "label5"
  11. use goto(1)
  12. push "label1"
  13. use goto(1)
  14. push "b"
  15. use print(1)
  16. push "label2"
  17. use goto(1)
  18. push "c"
  19. use print(1)
  20. push "label3"
  21. use goto(1)
  22. push "d"
  23. use print(1)
  24. push "b"
  25. use print(1)