if8.cout 177 B

1234567891011121314151617181920
  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. else(18)
  18. push "d"
  19. use print(1)
  20. endif