Created
November 20, 2018 20:29
-
-
Save Whateverable/c1924eb9c0360b5f2b65f3c687b348b8 to your computer and use it in GitHub Desktop.
evalable6
This file contains 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
say True ?? 'a'=>1 !! 42 |
This file contains 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
(exit code 1) | |
===SORRY!=== Error while compiling /tmp/74dF6Q5MRf | |
Precedence of => is too loose to use inside ?? !!; please parenthesize | |
at /tmp/74dF6Q5MRf:1 | |
------> say True ?? 'a'⏏=>1 !! 42 | |
expecting any of: | |
infix | |
infix stopper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment