Created
July 23, 2016 19:35
Star
You must be signed in to star a gist
evalable
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
| my \c = $(42); say c++; |
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
| |«HEAD»: Cannot resolve caller postfix:<++>(Int); none of these signatures match: | |
| (Mu:D $a is rw) | |
| (Mu:U $a is rw) | |
| (Int:D $a is rw) | |
| (int $a is rw) | |
| (Bool:U $a is rw) | |
| (Bool:D $a is rw) | |
| (Num:D $a is rw) | |
| (Num:U $a is rw) | |
| (num $a is rw) | |
| in block <unit> at /tmp/74OTV1_95k line 1 | |
| exit code = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment