Previous: Concat function To the Table of Content Next: Copy function

- 4.62.2.16 -
Standard Units
System Unit
System Unit Procedures and Functions

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: Concat function To the Table of Content Next: Copy function
Concat function Table of Content Copy function

- 4.62.2.16 -