if9.cout 233 B

1234567891011121314151617181920212223242526
  1. push 3
  2. push 2
  3. use <(2)
  4. if(15)
  5. push 5
  6. push 3
  7. use <(2)
  8. if(9)
  9. push "a"
  10. use print(1)
  11. else(12)
  12. push "b"
  13. use print(1)
  14. endif
  15. push "c"
  16. use print(1)
  17. push 2
  18. push 2
  19. use <(2)
  20. elseif(21)
  21. push "d"
  22. use print(1)
  23. else(24)
  24. push "e"
  25. use print(1)
  26. endif