1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 pre { line-height: 125%; } td.linenos .normal { color: inhediscard """ file: "texcsub.nim" output: "caught!" """ # Test inheritance for exception matching: try: raise newException(OSError, "dummy message") except Exception: echo "caught!" except: echo "wtf!?" #OUT caught!
discard """ file: "texcsub.nim" output: "caught!" """ # Test inheritance for exception matching: try: raise newException(OSError, "dummy message") except Exception: echo "caught!" except: echo "wtf!?" #OUT caught!