Y
Hacker News
new
|
ask
|
show
|
jobs
by
swiftcoder
177 days ago
Yeah, that seems a much more robust formulation of the whole thing. Flip all parens and enclose the whole string in more parens.
1 comments
chrisweekly
177 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?
link