Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 19, 2026 22:30
Show Gist options
  • Select an option

  • Save Whateverable/9c06ae3c7eb60275b0eff9c462791e29 to your computer and use it in GitHub Desktop.

Select an option

Save Whateverable/9c06ae3c7eb60275b0eff9c462791e29 to your computer and use it in GitHub Desktop.
evalable6
my %h = (:a(1)); my %i = (:a(2); say (%h<a>:exists) && (%i<a>:exists);
(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