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