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/cad0fdb8cc332f2d90f27dfd6b9d95a1 to your computer and use it in GitHub Desktop.
Save Whateverable/cad0fdb8cc332f2d90f27dfd6b9d95a1 to your computer and use it in GitHub Desktop.
evalable6
my $a = sub returns Int { 0; }; say $a()
(exit code 1)
===SORRY!=== Error while compiling /tmp/_6sHszwpOB
Missing block
at /tmp/_6sHszwpOB:1
------> my $a = sub returns⏏ Int { 0; }; say $a()
expecting any of:
new name to be defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment