Skip to content

Instantly share code, notes, and snippets.

@germandiagogomez
Created May 24, 2021 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save germandiagogomez/6c7886997eeeb1e56cf68ed7d0bfe134 to your computer and use it in GitHub Desktop.
Save germandiagogomez/6c7886997eeeb1e56cf68ed7d0bfe134 to your computer and use it in GitHub Desktop.
Exceptions in ChaiScript
try {
myFunc(2);
}
catch (e) : type(e, "int") {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment