Prasad, Ramit wrote:
Dennis Lee Bieber wrote:Of course, if one has a language that, for some reason, evaluates right-to-left (APL, anyone), thenx := x - x - x becomes x := x - 0Is that not the same as x:=-x?
No, its the same as 'x = x'. ~Ethan~ -- http://mail.python.org/mailman/listinfo/python-list
