Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 16, 2020 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/33be65beaac07a710f2b139fbde4cffb to your computer and use it in GitHub Desktop.
Save Whateverable/33be65beaac07a710f2b139fbde4cffb to your computer and use it in GitHub Desktop.
evalable6
my @a = [1,2,3,4,5];@a.map(if *=3 {say "I want to stop"})
(exit code 1)
===SORRY!=== Error while compiling /tmp/pLL3Bh7aTS
Unable to parse expression in argument list; couldn't find final ')' (corresponding starter was at line 1)
at /tmp/pLL3Bh7aTS:1
------> my @a = [1,2,3,4,5];@a.map(if ⏏*=3 {say "I want to stop"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment