Skip to content

Commit 2b19614

Browse files
jensmaurerzygoloid
authored andcommitted
[stmt.block] Rephrase introductory sentence.
1 parent 8cd9d04 commit 2b19614

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
@@ -196,13 +196,11 @@
196196
\end{note}
197197

198198
\rSec1[stmt.block]{Compound statement or block}%
199-
\indextext{statement!compound}%
200199
\indextext{\idxcode{\{\}}!block statement}%
201200

202201
\pnum
203-
So that several statements can be used where one is expected, the
204-
compound statement (also, and equivalently, called ``block'') is
205-
provided.
202+
A \defnadj{compound}{statement} (also known as a block) groups a
203+
sequence of statements into a single statement.
206204

207205
\begin{bnf}
208206
\nontermdef{compound-statement}\br

0 commit comments

Comments
 (0)