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