Created
May 10, 2025 10:08
-
-
Save Whateverable/62e8ef093577250624eb7cac9e1f5e51 to your computer and use it in GitHub Desktop.
evalable6
This file contains hidden or 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 @ten = ^10; .say for @ten.classify(&so), @ten.classify(.&{+]); |
This file contains hidden or 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/rl0uQabfsO | |
Prefix + requires an argument, but no valid term found. | |
Did you mean + to be an opening bracket for a declarator block? | |
at /tmp/rl0uQabfsO:1 | |
------> r @ten.classify(&so), @ten.classify(.&{+<HERE>]); | |
expecting any of: | |
prefix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment