Last active
January 17, 2018 17:28
-
-
Save ryanwebjackson/d97711ced7defbd6ea775fd5bcfd5bd7 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
robert [9:41 AM] | |
argh i hate how csharp handles | |
```return x | |
&& y | |
&& z == a ? b : c; | |
``` | |
[9:41 AM] | |
you need `( )` around that last one after the `&&` (edited) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment