Skip to content

Instantly share code, notes, and snippets.

@cg4jins
Created April 12, 2018 11:30
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 cg4jins/177cb726e05539d0907d926814f37674 to your computer and use it in GitHub Desktop.
Save cg4jins/177cb726e05539d0907d926814f37674 to your computer and use it in GitHub Desktop.
if (a > 0) {
if (b == 0){
doA();
}
} else {
doB();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment