WhileStat

A while statement

final
class WhileStat : Stat {}

Members

Variables

body
Block body;

The body of this while statement

cond
Expr cond;

The condition for this while statement

Meta