WhileStatement

Undocumented in source.

Constructors

this
this(Expression condition, Statement whilebody)
Undocumented in source.

Members

Functions

compile
void compile(Backend b)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

condition
Expression condition;
Undocumented in source.
whilebody
Statement whilebody;
Undocumented in source.

Inherited Members

From Statement

compile
void compile(Backend )
Undocumented in source. Be warned that the author may not have intended to support it.

Meta