Created
June 14, 2018 02:43
-
-
Save Whateverable/48889e89c6638a73ff85dd27090be791 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
(True xor True) ?? "FALSE" :: "TRUE" |
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/csSieGNtDk | |
Please use !! rather than :: | |
at /tmp/csSieGNtDk:1 | |
------> (True xor True) ?? "FALSE" :⏏: "TRUE" | |
expecting any of: | |
colon pair |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment