Hacker News new | ask | show | jobs
by martincmartin 733 days ago
True. + also has higher precedence than -, so that a - b + c means a - (b + c).
1 comments

Ah, the old

    My
    Dear
    Aunt
    Sally
vs.

    My Dear
    Aunt Sally
debate. :)