Last active
April 6, 2017 16:24
-
-
Save paudirac/a5d3342afd9062f850aad880f29798db to your computer and use it in GitHub Desktop.
This file contains hidden or 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
print "right\n" if chr ord 'a' eq 'a'; | |
print "wrong\n" if not chr ord '·' eq '·'; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is misleading. Its a bug. Its a violation of the Principle of Least Surprise. Its a violation of a fundamental invariant. The root of al evil.