| Type |
|
Name |
|
Summary |
| |
| Procedure | | Continue | | Forces a jump to the next iteration of a loop |
| Keyword | | Do | | Defines the start of some controlled action |
| Keyword | | DownTo | | Prefixes an decremental for loop target value |
| Keyword | | For | | Starts a loop that executes a finite number of times |
| Keyword | | Goto | | Forces a jump to a label, regardless of nesting |
| Keyword | | Repeat | | Repeat statements until a ternmination condition is met |
| Keyword | | To | | Prefixes an incremental for loop target value |
| Keyword | | Until | | Ends a Repeat control loop |
| Keyword | | While | | Repeat statements whilst a continuation condition is met |
| |
|
|