Created
April 19, 2026 22:29
-
-
Save Whateverable/abb98f702d65918f3ffc4e5333533006 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
| my %h = (:a(1)); my %i = (:a(2); say (%h<a>:exists) && (%i<1>:exists); |
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/RIYBAkX1tp | |
| Cannot use variable %i in declaration to initialize itself | |
| at /tmp/RIYBAkX1tp:1 | |
| ------> my %i = (:a(2); say (%h<a>:exists) && (%<HERE>i<1>:exists); | |
| expecting any of: | |
| term |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment