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