Skip to content

Instantly share code, notes, and snippets.

@EdGruberman
Created April 30, 2011 04:11
Show Gist options
  • Save EdGruberman/949394 to your computer and use it in GitHub Desktop.
Save EdGruberman/949394 to your computer and use it in GitHub Desktop.
break an if
if (test1) {
if (!test2) break;
// do stuff here if not false.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment