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