Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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