Skip to content

Instantly share code, notes, and snippets.

@EJSohn
Created May 2, 2018 11:49
Show Gist options
  • Save EJSohn/27801f4a0bba5b65763374bd1e50d0c5 to your computer and use it in GitHub Desktop.
Save EJSohn/27801f4a0bba5b65763374bd1e50d0c5 to your computer and use it in GitHub Desktop.
switch directionToHead {
case .west:
print("do something")
case .north:
print("do another thing")
default:
break
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment