RepeatStat

A repeat statement

final
class RepeatStat : Stat {}

Members

Variables

body
Block body;

The body of this repeat statement

endCond
Expr endCond;

The end condition for this repeat statement

Meta