Created
July 30, 2015 07:14
-
-
Save toshi0383/8ce59cec3b51b0e01ab0 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
| /* 妄想 */ | |
| walkOutside().if() { | |
| return isNiceWeather() | |
| } else { | |
| stayAtHome() | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment