double_try_catch.cout 199 B

12345678910111213141516171819202122
  1. push 1
  2. use print(1)
  3. try(8)
  4. push var
  5. push 1
  6. push 3
  7. use +(2)
  8. use =(2)
  9. catch(10)
  10. push 2
  11. use print(1)
  12. try(19)
  13. push var
  14. push "x"
  15. push 3
  16. use +(2)
  17. use =(2)
  18. push 3
  19. use print(1)
  20. catch(21)
  21. push 4
  22. use print(1)