Skip to content

Instantly share code, notes, and snippets.

@nmushegian
Created February 2, 2017 19:06
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 nmushegian/0d42e582ecd8ff3060ed5ec379b1b164 to your computer and use it in GitHub Desktop.
Save nmushegian/0d42e582ecd8ff3060ed5ec379b1b164 to your computer and use it in GitHub Desktop.
degeneracy
contract When {
modifier when(bool b) { b||1/0;_; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment