Created
January 28, 2018 20:32
-
-
Save Whateverable/b84be515d7b8a115c49e4efa8ddee656 to your computer and use it in GitHub Desktop.
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
sub infix:<d>($a,$b){[+]{(1..$b).pick) xx $a}} |
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/sS0f4AFe1Y | |
Unable to parse expression in subscript; couldn't find final '}' (corresponding starter was at line 1) | |
at /tmp/sS0f4AFe1Y:1 | |
------> sub infix:<d>($a,$b){[+]{(1..$b).pick⏏) xx $a}} | |
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