ForStatement

ForStatement

class ForStatement : Statement {
Statement init;
Expression condition;
Expression increment;
Statement bdy;
uint breakIP;
uint continueIP;
ScopeStatement scopeContext;
}

Meta