Created
June 10, 2019 04:06
-
-
Save Whateverable/f13cc20cfdcc5ffb6687827a56feb7f4 to your computer and use it in GitHub Desktop.
evalable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my @a = <a b c d e>; say @a »Z« True; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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