Created
August 28, 2019 19:18
-
-
Save Whateverable/0c3765b6edbc5201d66ae20a3205f71b to your computer and use it in GitHub Desktop.
evalable6
This file contains 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
constant \T := array[int64] but role { }; my T $foo; @($foo) = 1, 2, 3; say @foo |
This file contains 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/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