Hacker News new | ask | show | jobs
by chrisweekly 172 days ago
that results in

    (1+2)*(3)  
which is (as GP notes), equivalent to "normal", ie what we do today:

    (1+2)*3  
Right?