File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ $(GNAME WhileStatement):
303
303
304
304
$(P A $(I While Statement) implements a simple loop.)
305
305
306
- $(P If the $(IfCondition) is an $(EXPRESSION), it is evaluated and must have a type
306
+ $(P If the $(GLINK IfCondition) is an $(EXPRESSION), it is evaluated and must have a type
307
307
that can be converted to a boolean. If it's true the $(PSSCOPE) is executed.
308
308
After the $(PSSCOPE) is executed, the $(EXPRESSION) is evaluated again, and
309
309
if true the $(PSSCOPE) is executed again. This continues until the $(EXPRESSION)
@@ -333,7 +333,7 @@ initialized to the end of the $(PSSCOPE).)
333
333
334
334
$(P A $(GLINK BreakStatement) will exit the loop.)
335
335
336
- $(P A $(GLINK ContinueStatement) will transfer directly to evaluating $(IfCondition) again.)
336
+ $(P A $(GLINK ContinueStatement) will transfer directly to evaluating $(GLINK IfCondition) again.)
337
337
338
338
$(H2 $(LEGACY_LNAME2 DoStatement, do-statement, Do Statement))
339
339
You can’t perform that action at this time.
0 commit comments