Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 10, 2019 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/8014b0886f753c9f6d7373ace3873039 to your computer and use it in GitHub Desktop.
Save Whateverable/8014b0886f753c9f6d7373ace3873039 to your computer and use it in GitHub Desktop.
evalable6
sub foo(@a where Array && *.^this-never-runs-i-think { @a }; say foo [1,2,3]
(exit code 1)
===SORRY!=== Error while compiling /tmp/evlqy2COy3
Unexpected block in infix position (missing statement control word before the expression?)
at /tmp/evlqy2COy3:1
------> here Array && *.^this-never-runs-i-think⏏ { @a }; say foo [1,2,3]
expecting any of:
infix
infix stopper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment