Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 10, 2019 14:50
Show Gist options
  • Save Whateverable/da136ab29d8069733e5b3a65a757caf7 to your computer and use it in GitHub Desktop.
Save Whateverable/da136ab29d8069733e5b3a65a757caf7 to your computer and use it in GitHub Desktop.
evalable6
sub prefix:<#> { $^hex; }; say #242424;
(exit code 1)
===SORRY!===
Argument to "say" seems to be malformed
at /tmp/sXWG53F8it:1
------> sub prefix:<#> { $^hex; }; say⏏ #242424;
Other potential difficulties:
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/sXWG53F8it:1
------> sub prefix:<#> { $^hex; }; say⏏ #242424;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment