Keywords
Statement
A statement is a piece of code that when executed does not create a side-effect for example assigning to a variable.
|
|
|
|
Expression
A expression is a piece of code that when executed results in a side-effect, for example adding to a variable.
|
|