Created
August 28, 2019 06:53
-
-
Save Whateverable/f970516ecaa3ac8460e37696a2f6cc3e 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
my @a = <a b c>; say join ' ', map { "$^a:$^b"} @a.kv |
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/oyQxxyIhuW | |
Missing comma after block argument to map | |
at /tmp/oyQxxyIhuW:1 | |
------> <a b c>; say join ' ', map { "$^a:$^b"}⏏ @a.kv | |
expecting any of: | |
infix | |
infix stopper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment