| paragraph | Index Level | repeat |
| Syntax | loop |
| Category | TCL |
| Type | Command |
| Description |
indicates the beginning of a loop in a paragraph.
Note that the "loop" statement does nothing by itself. It must be followed by a "repeat" statement to cause the looping effect. |
| Options | |
| See Also | paragraph repeat |
| Example | |
| Warnings | Note that due to compatibility reasons, it is not possible to execute the TCL "loop" statement from within a paragraph. |
| Compatibility | AP 6.1 |
| paragraph | Index Level | repeat |