While constructor

While(
  1. Expr condition,
  2. Stmt body
)

Implementation

While(this.condition, this.body, );