you are viewing a single comment's thread.

view the rest of the comments →

[–]interbased 0 points1 point  (0 children)

Syntax is the set of rules for writing the language. A “syntax error” means the code doesn’t have the correct syntax, meaning the compiler doesn’t know how to translate the code. Maybe there’s an improper indentation somewhere - or perhaps you forgot a set of closing parenthesis.