A control structure statement, used to control normal execution flow.
(An assertion failure is not considered as “normal” control flow;
therefore, an Assertion
is not a control structure.)
Examples:
if (exists elem = queue.take) { process(elem); } for (i in 1:12) { print(month(i)); }
Anything
Initializer |
ControlStructure() |
Inherited Attributes |
Attributes inherited from: Node |
Attributes inherited from: Object hash , string |
Inherited Methods |
Methods inherited from: Node |
Methods inherited from: Object equals |