Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 10, 2019 04:06
  • 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/636ef4e6f4f5752c1288c622c72dd7e7 to your computer and use it in GitHub Desktop.
evalable6
my @a = <a b c d e>; say @a «Z» True;
(exit code 1)
===SORRY!=== Error while compiling /tmp/uZNG7qovwQ
Missing infix inside hyper
at /tmp/uZNG7qovwQ:1
------> my @a = <a b c d e>; say @a «Z»⏏ True;
expecting any of:
infix
infix stopper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment