On Thu, Aug 27, 2015 at 9:04 AM, Kevin Smith <[email protected]> wrote: > a**b * -c**d + e
I don't think people use unary - like this very often. It's nothing to
do with exponentiation. You don't see people write:
a * -c + e
because the right-side-up way to say that is:
e - a * c
-j
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

