>Syntax refers to the structure of a program and the rules about that structure. For example, parentheses have to come in matching pairs, so (1 + 2) is legal, but 8) is a syntax error.
>For example, parentheses have to come in matching pairs, so (1 + 2) is legal, but 8) is a syntax error.
>8)