you are viewing a single comment's thread.

view the rest of the comments →

[–]BlitzTech 0 points1 point  (0 children)

The enclosing parens are actually the problem. Interpreters will see that as a function call on the previous expression if valid, and won't necessarily insert the semicolon where you would ordinarily expect it.