Error 30. Syntax error

General syntax error. Occurs when the syntax is incorrect (for example unbalanced parentheses, or unrecognized characters or invalid operators or incorrect/undefined function name or missing brace or semicolon )


x =
4;
y =
2;

z = x * (
7 + y ; // syntax error here because of missing closing parenthesis