Created
June 10, 2019 04:15
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 Z whee => True xx @a.elems; sub sayLetter ($a, :$whee) { say "$a,$whee" }; @a.race.map({ sayLetter(|$_) }) |
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) | |
| A worker in a parallel iteration (hyper or race) initiated here: | |
| in block <unit> at /tmp/ykqxGv_NOa line 1 | |
| Died at: | |
| Too many positionals passed; expected 1 argument but got 2 | |
| in sub sayLetter at /tmp/ykqxGv_NOa line 1 | |
| in block at /tmp/ykqxGv_NOa line 1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment