for (init; cond; loop) { body } cond must be scalar
Inheritance: Stmt
Ejemplo n.º 1
0
 public override void Visit(ForStmt stmt) =>
     stmt.body.Accept(this);
Ejemplo n.º 2
0
 public virtual void Visit(ForStmt stmt) {}