Looping and Program Control Instructions |
The following is a list of the looping and flow control instructions available in RATS:
Starts an instruction block. A { is usually used in its place. |
|
Jumps to a specific location in a program |
|
Breaks out of a loop |
|
User-defined dialog boxes |
|
Loops over an index |
|
Loops over a list of items (e.g. data series) |
|
Ends a loop or other compiled section, or a program |
|
Defines arrays inside a procedure or function |
|
Creates a user-defined function |
|
Jumps to a specific location in a program |
|
Stops execution from within a compiled section |
|
Executes one or more instructions under specified conditions |
|
Displays an updateable pop-up dialog box |
|
Loops indefinitely |
|
Allows you to view or set array elements using a spreadsheet-style editor. |
|
Create user-defined menus |
|
Displays varieties of Yes/No and OK/Cancel dialog boxes |
|
Moves to top of loop block |
|
Requests input from the user |
|
Allows user to select items from a list in a dialog box |
|
Conditional looping |
|
Adds a custom menu to the menu bar, controls program flow |
|
Conditional looping |
Copyright © 2025 Thomas A. Doan