Created
April 24, 2025 07:35
-
-
Save Whateverable/d68b6edfd54a5d87b965e64d5c63e753 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
mutli infix:<+>(Int $a, $b) { } # LTA |
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/pt23DrMppD | |
Unable to parse expression in argument list; couldn't find final ')' (corresponding starter was at line 1) | |
at /tmp/pt23DrMppD:1 | |
------> mutli infix:<+>(Int<HERE> $a, $b) { } # LTA | |
expecting any of: | |
infix | |
infix stopper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment