File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 514
514
is an initialized declaration of some variable \tcode {t}
515
515
is equivalent to
516
516
517
- \begin {codeblock }
518
- label:
519
- { // start of condition scope
520
- @ \grammarterm { condition}@ ; @ \, @ // declares \tcode {t}
521
- if (t) {
522
- @ \grammarterm { statement}@
523
- goto label;
524
- }
525
- } // end of condition scope
526
- \end {codeblock }
517
+ \begin {ncbnftab }
518
+ \terminal { label:} \br
519
+ \terminal { \{ } \>\>\> // start of condition scope\br
520
+ \> condition \terminal {;} \>\> // declares \terminal {t}\br
521
+ \> \terminal { if (t) \{ } \br
522
+ \>\> statement\br
523
+ \>\> \terminal { goto label;} \br
524
+ \> \terminal { \} } \br
525
+ \terminal { \} } \>\>\> // end of condition scope
526
+ \end {ncbnftab }
527
527
528
528
\begin {note }
529
529
The variable created in the condition is destroyed and created with each
You can’t perform that action at this time.
0 commit comments