Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 10, 2019 04:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Whateverable/7b673ce695719ebafda4f0f865f330db to your computer and use it in GitHub Desktop.
evalable6
my @a = <a b c d e>; say @a »Z« True xx @a.elems;
(exit code 1)
===SORRY!=== Error while compiling /tmp/p7RqxB7EZz
Missing infix inside hyper
at /tmp/p7RqxB7EZz:1
------> my @a = <a b c d e>; say @a »Z«⏏ True xx @a.elems;
expecting any of:
infix
infix stopper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment