Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 28, 2019 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/0c3765b6edbc5201d66ae20a3205f71b to your computer and use it in GitHub Desktop.
Save Whateverable/0c3765b6edbc5201d66ae20a3205f71b to your computer and use it in GitHub Desktop.
evalable6
constant \T := array[int64] but role { }; my T $foo; @($foo) = 1, 2, 3; say @foo
(exit code 1)
===SORRY!=== Error while compiling /tmp/QVGjW7ablA
Variable '@foo' is not declared. Did you mean '$foo'?
at /tmp/QVGjW7ablA:1
------> { }; my T $foo; @($foo) = 1, 2, 3; say ⏏@foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment