Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 10, 2019 04:06
Show Gist options
  • Save Whateverable/f13cc20cfdcc5ffb6687827a56feb7f4 to your computer and use it in GitHub Desktop.
Save Whateverable/f13cc20cfdcc5ffb6687827a56feb7f4 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/B3AjOoD3no
Missing infix inside hyper
at /tmp/B3AjOoD3no: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