Skip to content

Instantly share code, notes, and snippets.

@peterentwistle
Created June 1, 2015 21:04
Show Gist options
  • Save peterentwistle/53cf306050b11f71fd5e to your computer and use it in GitHub Desktop.
Save peterentwistle/53cf306050b11f71fd5e to your computer and use it in GitHub Desktop.
In this third video I show you how constants work in Swift, and explain why they are important.
var str = "Hello, youtube"
let name = "Peter"
let a: Int = 42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment