17 Jul 2004 12:53
changing === to a keyword?
Elliotte made the good point that === is not a good token when we already have = and == http://radio.weblogs.com/0112098/2004/07/17.html#a494 So how about we use some kind of keyword, like 'is' or 'identicalto'? if (x is y) {...} if (x indenticalto y ) {...} Thoughts? James ------- http://radio.weblogs.com/0112098/
RSS Feed