Skip to content

Instantly share code, notes, and snippets.

@mildocjr
Created August 10, 2018 02:50
Show Gist options
  • Select an option

  • Save mildocjr/d8e8cd8d1e1e1f068d2f2153fbe75868 to your computer and use it in GitHub Desktop.

Select an option

Save mildocjr/d8e8cd8d1e1e1f068d2f2153fbe75868 to your computer and use it in GitHub Desktop.
if-else-1
var hasCoffee = false
var madeCup: Bool
if hasCoffee {
madeCup = true
} else {
madeCup = false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment