WhileStatement Class
From The Oxygene Language Wiki
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
| | |
|---|---|
| constructor(aCondition: Value; aBody: Statement) | Initializes an empty while statement |
| constructor | Initializes an empty while statement |
Properties
| | |
|---|---|
| Body: Statement | Body for this statement |
| Condition: Value | While condition |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- Statement Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To