Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 10, 2025 10:08
Show Gist options
  • Save Whateverable/62e8ef093577250624eb7cac9e1f5e51 to your computer and use it in GitHub Desktop.
Save Whateverable/62e8ef093577250624eb7cac9e1f5e51 to your computer and use it in GitHub Desktop.
evalable6
my @ten = ^10; .say for @ten.classify(&so), @ten.classify(.&{+]);
(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