Created
September 15, 2019 01:04
-
-
Save Whateverable/ec781078d9aa20da4c6c7fc26cb1e0af 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
my $a; $a [==]= 42 |
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/RxgHUz3FXI | |
Cannot make assignment out of == because chaining operators are too diffy | |
at /tmp/RxgHUz3FXI:1 | |
------> my $a; $a [==]=⏏ 42 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment