Created
September 19, 2017 13:20
-
-
Save ezura/b0a77b11b57be3f2fa8dd7b931a6ccf3 to your computer and use it in GitHub Desktop.
`_?` ってできるのか…って思った( 'ω') #CodePiece
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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