Created
June 10, 2019 04:16
Star
You must be signed in to star a gist
evalable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| my @a = 'a'..'g'; @a = @a True xx @a.elems; sub sayLetter ($a, :$whee) { say "$a,$whee" }; @a.race.map({ sayLetter($_[0], whee => $_[1]) }) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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