RepeatStatement 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]
RepeatStatement = public class(Statement)

RepeatStatement is a class that can hold a repeat/until statement. It will always execute the body of the loop at least once, then it checks the condition, if it's true it will break out of the loop, else it will execute the body again until the condition is true.

Namespace: Cirrus Statements


Members

Method
Description
constructor(aValue: Value; aStatement: Statement)Create a new empty instance of this class
constructorCreate a new empty instance of this class


Properties

Property
Description
Body: StatementBody for this method
Condition: ValueUntil condition for this loop


See Also

Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox