Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 20, 2018 20:29
Show Gist options
  • Save Whateverable/c1924eb9c0360b5f2b65f3c687b348b8 to your computer and use it in GitHub Desktop.
Save Whateverable/c1924eb9c0360b5f2b65f3c687b348b8 to your computer and use it in GitHub Desktop.
evalable6
say True ?? 'a'=>1 !! 42
(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