Previous: 4.67.2.15. Concat function To the Table of Contents Next: 4.67.2.17. Copy function
4.67.2.15. Concat function Table of Contents 4.67.2.17. Copy function

- 4.67.2.16. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.16. Continue procedure


4.67.2.16. Continue procedure

Targets: MS-DOS, OS/2, Win32

System Unit

Continues a for, while, or repeat statement.

Declaration:
procedure Continue;
Remarks: Causes the innermost enclosing for, while, or repeat statement to immediately proceed with the next iteration.

The compiler will report an error if a call to Continue is not enclosed by a for, while, or repeat statement.

See also:
Break


Previous: 4.67.2.15. Concat function To the Table of Contents Next: 4.67.2.17. Copy function
4.67.2.15. Concat function Table of Contents 4.67.2.17. Copy function

- 4.67.2.16. -