WhileStatement Class

From The Oxygene Language Wiki

Jump to:navigation, search

This is a Language topic
Feel free to add your notes to this topic below.


[Serializable]
WhileStatement = public class(Statement)

Cirrus class for a "while" loop statement. While loops first check the condition, if it's true, it will execute the body and evaluate the condition again to check if it should run again.

Namespace: Cirrus Statements


Members

Method
Description
constructor(aCondition: Value; aBody: Statement)Initializes an empty while statement
constructorInitializes an empty while statement


Properties

Property
Description
Body: StatementBody for this statement
Condition: ValueWhile condition


See Also

Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox