- 4.62.2.10 -
Standard Units
System Unit
System Unit Procedures and FunctionsBreak procedure
Targets: MS-DOS, OS/2, Win32
System Unit
Writes one or more records from a variable.
Terminates a for,
while, or
repeat statement.
Declaration:
procedure Break;
Remarks:
Causes the innermost enclosing for, while, or repeat statement to be
exited immediately.
It is similar to a goto statement addressing a
label just after the end of the innermost enclosing repetitive statement.
See also:
Continue
|
|
|
BlockWrite procedure |
Table of Content |
ChDir procedure |
- 4.62.2.10 -