Do-while Stmt do { body } while (cond); cond must be of scalar type
Inheritance: Stmt
 public override void Visit(DoWhileStmt stmt) =>
     stmt.body.Accept(this);
 public virtual void Visit(DoWhileStmt stmt) {}