Syntax
/ˈsɪn.tæks/
noun — "the rulebook your code forgot to read before running."
Syntax refers to the set of rules that defines the correct structure of statements and expressions in a programming language. Proper syntax ensures that code can be parsed and understood by a compiler or interpreter. Violating syntax rules results in syntax errors, preventing programs from running until corrected.
Technically, Syntax involves: