|
|
|
|
|
by webXL
4701 days ago
|
|
Please let us know of one equivalent using semicolons for this semicolon-less bug: a = b + c
(d + e).print()
Which is evaluated as a = b + c(d + e).print();
Taken straight out of http://mislav.uniqpath.com/2010/05/semicolons/> Standards are useful, so if there is one, stick to it. If there is no reason to go against the standard, then don't. Bingo. I think this is another reason to stick with the standard. |
|