Last active
May 16, 2019 17:44
-
-
Save 284km/e8a2325f522211c4888663c5b5ecb2da to your computer and use it in GitHub Desktop.
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
# puts("Hello world") if false \ | |
puts("Hello world") if false \ # (C-Z) | |
&& false && | |
false | |
# WARNING !! It is recommended not to see the person who has not understood yet! | |
# NOTE: I use emacs key binding on Mac OS. And I don't know how to input C-D with vim ;-) | |
# | |
# https://github.com/ruby/ruby/blob/trunk/parse.y#L8534-L8539 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment