Created
February 2, 2016 15:15
-
-
Save DominicWatson/0ba1fee4a5ae62d967fa to your computer and use it in GitHub Desktop.
Another number comparison joyfulness
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
<cfscript> | |
dump( '8e2597' == '8e2140' ); | |
</cfscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment