Created
September 10, 2019 14:50
-
-
Save Whateverable/da136ab29d8069733e5b3a65a757caf7 to your computer and use it in GitHub Desktop.
evalable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sub prefix:<#> { $^hex; }; say #242424; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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