Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created October 8, 2018 15:28
Show Gist options
  • Save vialyx/6ec0b944cb02c9807910c0331076c6f0 to your computer and use it in GitHub Desktop.
Save vialyx/6ec0b944cb02c9807910c0331076c6f0 to your computer and use it in GitHub Desktop.
// PUT code into playground
var globalVariable = "globalString"
func fly() {
var localVariable = "localString"
}
struct Airplane {
// Local Variable
var number: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment