Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 28, 2019 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/f970516ecaa3ac8460e37696a2f6cc3e to your computer and use it in GitHub Desktop.
Save Whateverable/f970516ecaa3ac8460e37696a2f6cc3e to your computer and use it in GitHub Desktop.
evalable6
my @a = <a b c>; say join ' ', map { "$^a:$^b"} @a.kv
(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