Programming - Concept
Syntax
The rules for how code must be written so a programming language can understand it
What's it for?
Provides the agreed structure that lets written code be interpreted correctly.
For example…
A missing bracket breaks a line of code because it does not follow the programming language’s required syntax