Wouldn't it make more sense if the = operator tested for equality and == assigned? Since == is repeated and more emphatic?
Name:
Anonymous2009-06-07 19:12
>>4
But then you have 4 2-char operators (>=, <=, !=, ==) and only 2 1-char operators (>, <).
If equality testing were done with =, you would have the same amount of each.