Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 5, 2019 13:20
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/e75122bfff4ea7d546d8e99bfb3b1f3b to your computer and use it in GitHub Desktop.
Save Whateverable/e75122bfff4ea7d546d8e99bfb3b1f3b to your computer and use it in GitHub Desktop.
evalable6
say given 42 { .say }
(exit code 1)
===SORRY!=== Error while compiling /tmp/ONDn3BESBI
Unsupported use of bare "say"; in Perl 6 please use .say if you meant to call it as a method on $_, or use an explicit invocant or argument, or use &say to refer to the function as a noun
at /tmp/ONDn3BESBI:1
------> say⏏ given 42 { .say }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment