Skip to content

Commit d45a105

Browse files
jensmaurerzygoloid
authored andcommitted
[stmt.block] Rephrase introductory sentence.
1 parent fe695e3 commit d45a105

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/statements.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,11 @@
192192
\end{note}
193193

194194
\rSec1[stmt.block]{Compound statement or block}%
195-
\indextext{statement!compound}%
196195
\indextext{\idxcode{\{\}}!block statement}%
197196

198197
\pnum
199-
So that several statements can be used where one is expected, the
200-
compound statement (also, and equivalently, called ``block'') is
201-
provided.
198+
A \defnadj{compound}{statement} (also known as a block) groups a
199+
sequence of statements into a single statement.
202200

203201
\begin{bnf}
204202
\nontermdef{compound-statement}\br

0 commit comments

Comments
 (0)