-
-
Notifications
You must be signed in to change notification settings - Fork 10
Home
hikalium edited this page Aug 17, 2019
·
2 revisions
Welcome to the compilium wiki!
- 6.8.5.3 The for statement
- 6.8.5.3.1 If clause-1 is a declaration, the scope of any identifiers it declares is the remainder of the declaration and the entire loop, including the other two expressions; it is reached in the order of execution before the first evaluation of the controlling expression.
- 6.8.5.3.1 If clause-1 is an expression, it is evaluated as a void expression before the first evaluation of the controlling expression.