Skip to content

Instantly share code, notes, and snippets.

@zah
Created December 10, 2011 22:33
Show Gist options
  • Select an option

  • Save zah/1456776 to your computer and use it in GitHub Desktop.

Select an option

Save zah/1456776 to your computer and use it in GitHub Desktop.
Unified check
proc computeSomething: TSomething =
check_failed:
return safeTSomethingValue
check foo
check bar
check_failed:
raise newException(ECustomError)
check baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment