Hacker News new | ask | show | jobs
by mjbrusso 1770 days ago
The equivalent in Visul Basic would be:

On Error Goto line

2 comments

Or in Pascal

   try
     ...
   except
   end
wrapped around the error/exception generating code
Deserves an upvote. Not everyday you see praise about Visual Basic.

Looked this up and line can also be a label. Great.