Skip to content

Instantly share code, notes, and snippets.

@josephwoodward
Created August 16, 2015 22:23
Show Gist options
  • Save josephwoodward/861a55406851246d3cc0 to your computer and use it in GitHub Desktop.
Save josephwoodward/861a55406851246d3cc0 to your computer and use it in GitHub Desktop.
ActionsToBuildUp = () => true;
ActionsToBuildUp += () => false;
bool result = ActionsToBuildUp(); // returns false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment