Skip to content

Instantly share code, notes, and snippets.

@ezura
Created September 19, 2017 13:20
Show Gist options
  • Select an option

  • Save ezura/b0a77b11b57be3f2fa8dd7b931a6ccf3 to your computer and use it in GitHub Desktop.

Select an option

Save ezura/b0a77b11b57be3f2fa8dd7b931a6ccf3 to your computer and use it in GitHub Desktop.
`_?` ってできるのか…って思った( 'ω') #CodePiece
switch "" as Optional {
case _?:
print("_?")
default:
print("s")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment