Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 10, 2019 04:22
Show Gist options
  • Save Whateverable/c495c454ab806c5fa7237d0e69bca946 to your computer and use it in GitHub Desktop.
Save Whateverable/c495c454ab806c5fa7237d0e69bca946 to your computer and use it in GitHub Desktop.
evalable6
my @a = 'a'..'g'; @a = @a Z (whee => True) xx @a.elems; sub sayLetter($a, :$whee) { say "$a, $whee" }; @a.race.map({ sayLetter(|$_)) })
(exit code 1)
===SORRY!=== Error while compiling /tmp/h_rvX1Nt2j
Missing block
at /tmp/h_rvX1Nt2j:1
------> , $whee" }; @a.race.map({ sayLetter(|$_)⏏) })
expecting any of:
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