Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 10, 2019 04:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Whateverable/167367ee855e2b74787feaccf3bb0735 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.say
(exit code 1)
===SORRY!=== Error while compiling /tmp/a6qzNKIDWV
Two terms in a row
at /tmp/a6qzNKIDWV: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