Skip to content

Instantly share code, notes, and snippets.

@josh-marasigan
Created October 9, 2017 23:35
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 josh-marasigan/ee218feaad2660f783c9a23bfafb6797 to your computer and use it in GitHub Desktop.
Save josh-marasigan/ee218feaad2660f783c9a23bfafb6797 to your computer and use it in GitHub Desktop.
Optional Values
// This is an optional value
var box : String?
// This is an optional value set to an actual value
var box : String? = "Something"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment