Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 10, 2019 04:16
Show Gist options
  • Save Whateverable/0bfc66236c30fe75fb2320a3dc152fd2 to your computer and use it in GitHub Desktop.
Save Whateverable/0bfc66236c30fe75fb2320a3dc152fd2 to your computer and use it in GitHub Desktop.
evalable6
my @a = 'a'..'g'; @a = @a True xx @a.elems; sub sayLetter ($a, :$whee) { say "$a,$whee" }; @a.race.map({ sayLetter($_[0], whee => $_[1]) })
(exit code 1)
===SORRY!=== Error while compiling /tmp/tWQj2QfSXo
Two terms in a row
at /tmp/tWQj2QfSXo:1
------> my @a = 'a'..'g'; @a = @a⏏ True xx @a.elems; sub sayLetter ($a, :$
expecting any of:
infix
infix stopper
statement end
statement modifier
statement modifier loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment