File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -139,14 +139,11 @@ Program
139139 </body >
140140 </program >
141141
142-
143- In the body, :ref: `declarations ` followed by any number of statements can be found.
142+ In the body, `Declarations `_ followed by any number of statements can be found.
144143
145144And each of the statements listed after the declarations,
146- can be one of :ref: `statements-simple ` or :ref: `statements-compound `.
147-
145+ can be one of `Simple statements `_ or `Compound statements `_.
148146
149- .. _declarations :
150147
151148Declarations
152149------------
239236 </use >
240237
241238
242- .. _statements-compound :
243-
244239 Compound statements
245240-------------------
246241
@@ -284,8 +279,6 @@ These are also compound (i.e. each of them has :xml:`<header>` and :xml:`<body>`
284279however they exist only within the body of select statement.
285280
286281
287- .. _statements-simple :
288-
289282Simple statements
290283-----------------
291284
You can’t perform that action at this time.
0 commit comments