Prasad, Ramit wrote:
Dennis Lee Bieber wrote:
        Of course, if one has a language that, for some reason, evaluates
right-to-left (APL, anyone), then

        x := x - x - x

becomes

        x := x - 0

Is that not the same as x:=-x?

No, its the same as 'x = x'.

~Ethan~
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to