Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 9, 2019 23:48
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/92c614a434463b46c751c8430456833b to your computer and use it in GitHub Desktop.
Save Whateverable/92c614a434463b46c751c8430456833b to your computer and use it in GitHub Desktop.
evalable6
my $a = --> Int { 0; }; say $a()
(exit code 1)
===SORRY!=== Error while compiling /tmp/9XouvFWeGD
Prefix -- requires an argument, but no valid term found
at /tmp/9XouvFWeGD:1
------> my $a = --⏏> Int { 0; }; say $a()
expecting any of:
prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment