Created
September 10, 2019 15:03
Star
You must be signed in to star a gist
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:<$_> { }; say $_ |
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!=== Error while compiling /tmp/QBImmVbFcK | |
| Prefix $_ requires an argument, but no valid term found | |
| at /tmp/QBImmVbFcK:1 | |
| ------> sub prefix:<$_> { }; say $_⏏<EOL> | |
| expecting any of: | |
| prefix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment