Skip to content

Instantly share code, notes, and snippets.

@kristinaq
Created July 19, 2017 19:29
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 kristinaq/d3486f12e2eb002ca7598b053a894db7 to your computer and use it in GitHub Desktop.
Save kristinaq/d3486f12e2eb002ca7598b053a894db7 to your computer and use it in GitHub Desktop.
// Change this to your favourite food
let favouriteFood = "sushi"
// Change this to why you like it
let reason = "num nums"
// Define a string below in the pattern "I like ___ because it is ___."
let favouriteFoodReason = "I like \(favouriteFood) because it is \(reason)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment