Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 2, 2019 22:37
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/29d0557885dd05c366e1e664680f1e3d to your computer and use it in GitHub Desktop.
Save Whateverable/29d0557885dd05c366e1e664680f1e3d to your computer and use it in GitHub Desktop.
evalable6
my %h = :{ ['cold', 'card'] => 'cold - cord - card' }; say %h;
Potential difficulties:
Useless use of hash composer on right side of hash assignment; did you mean := instead?
at /tmp/lVl7P9nQn4:1
------> cold', 'card'] => 'cold - cord - card' }⏏; say %h;
{cold card => cold - cord - card}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment