Created
April 24, 2025 07:52
-
-
Save Whateverable/edd5a8548d45b393960a25ccbfa8065b to your computer and use it in GitHub Desktop.
evalable6
This file contains hidden or 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 mutli {}; mutli foo ($, $) {...} # hmm |
This file contains hidden or 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/nyJ371S5PI | |
Unexpected block in infix position (missing statement control word before the expression?) | |
at /tmp/nyJ371S5PI:1 | |
------> sub mutli {}; mutli foo ($, $)<HERE> {...} # hmm | |
expecting any of: | |
infix | |
infix stopper | |
postfix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment