Skip to content

Instantly share code, notes, and snippets.

@simonask
Created January 30, 2009 11:54
Show Gist options
  • Save simonask/55034 to your computer and use it in GitHub Desktop.
Save simonask/55034 to your computer and use it in GitHub Desktop.
try
// do something
catch x
// Handle exception
else
// An exception did not occur, or was not handled
finally
// Executed afterward in any case
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment