We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f80880 commit 30584b0Copy full SHA for 30584b0
src/doc/trpl/glossary.md
@@ -53,6 +53,8 @@ syntactic categories: expressions had a value and statements did things.
53
However, later languages blurred this distinction, allowing expressions to do
54
things and statements to have a value. In an expression-oriented language,
55
(nearly) every statement is an expression and therefore returns a value.
56
+Consequently these expression statements can themselves form part of larger
57
+expressions.
58
59
[expressions]: glossary.html#expression
60
[statements]: glossary.html#statement
0 commit comments