Skip to content

Instantly share code, notes, and snippets.

@lizixroy
Created March 26, 2017 01:11
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 lizixroy/d0d737de613eb40ce98a6410843ade00 to your computer and use it in GitHub Desktop.
Save lizixroy/d0d737de613eb40ce98a6410843ade00 to your computer and use it in GitHub Desktop.
examples for blog
func performPreflightCheck -> Bool {
return checkFuelTank() && checkWeather() && checkEngines() && checkGPS() && checkLandingGears()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment