Created
May 13, 2015 22:08
-
-
Save ion1/e22e4ee869dae11a3acf to your computer and use it in GitHub Desktop.
If ($) was left-associative
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
| -- If ($) was left-associative | |
| foo = bar -- an expression worth its own line | |
| $ baz -- ditto, as the first parameter to bar | |
| $ quuz -- ditto, as the second parameter to bar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment