Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 6, 2017 06:42
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/831abdc41e417a4dc10194d6143de919 to your computer and use it in GitHub Desktop.
Save Whateverable/831abdc41e417a4dc10194d6143de919 to your computer and use it in GitHub Desktop.
committable6
2015.12,HEAD my ($one, two) = ('1', '2'); my Pair @data-array = [$one => $two]; so ($one => $two) ∈ @data-array;
¦«2015.12,HEAD(ae02bc2)»:
===SORRY!=== Error while compiling /tmp/jPm4x6HSQK
Invalid typename 'two' in parameter declaration.
at /tmp/jPm4x6HSQK:1
------> my ($one, two⏏) = ('1', '2'); my Pair @data-array = [$
«exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment