BreakStatement Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] BreakStatement = public class(Statement)
This class is used to break out of an iteration of a loop. This statement breaks out of the most inner loop it's placed in. It works for all for, for in, while, loop and repeat loops.
Namespace: Cirrus Statements
Members
| | |
|---|---|
| constructor | Creates a new instance of this class |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- Statement
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To