Created
June 14, 2018 02:43
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