- 4.62.2.16 -
Standard Units
System Unit
System Unit Procedures and FunctionsContinue 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
|
|
|
Concat function |
Table of Content |
Copy function |
- 4.62.2.16 -