Skip to content

Instantly share code, notes, and snippets.

@froggomad
Last active March 10, 2020 20:20
Show Gist options
  • Save froggomad/860893f53b87f96b8b75d9d011e9af5a to your computer and use it in GitHub Desktop.
Save froggomad/860893f53b87f96b8b75d9d011e9af5a to your computer and use it in GitHub Desktop.
Nested If Statement
If aConditionThatsEvaluatedForBoth > something {
if anotherConditionThatsTrue {
//do something
else {
//do something else
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment