Created
September 16, 2017 16:49
-
-
Save Whateverable/9d78faf157d8d41e74c2e33272c4e8b1 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
say $value == -2147483648; # False |
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/gJL6RZzlkm | |
Variable '$value' is not declared. Did you mean '&values'? | |
at /tmp/gJL6RZzlkm:1 | |
------> say ⏏$value == -2147483648; # False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment