4.67.2.9. BlockWrite procedure
Table of Contents
4.67.2.11. ChDir procedure
- 4.67.2.10. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.10. Break procedure
4.67.2.10. Break 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
4.67.2.9. BlockWrite procedure
Table of Contents
4.67.2.11. ChDir procedure
- 4.67.2.10. -