File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ expression might perform actions other than simply returning a value.
4848
4949### Expression-Oriented Language
5050
51- In early programming languages [ expressions] [ expression ] and
51+ In early programming languages, [ expressions] [ expression ] and
5252[ statements] [ statement ] were two separate syntactic categories: expressions had
5353a value and statements did things. However, later languages blurred this
5454distinction, allowing expressions to do things and statements to have a value.
5555In an expression-oriented language, (nearly) every statement is an expression
56- and therefore returns a value. Consequently these expression statements can
56+ and therefore returns a value. Consequently, these expression statements can
5757themselves form part of larger expressions.
5858
5959[ expression ] : glossary.html#expression
You can’t perform that action at this time.
0 commit comments