Language:
Русский
English
Break (procedure)
Terminates a for, while, or repeat statement.
Declaration
procedure Break
Target
Windows, Real, Protected
Remarks
Causes the innermost enclosing for, while, or repeat statement to be exited immediately.
Is similar to a goto statement addressing a label just after the end of the innermost enclosing repetitive statement.
The compiler will report an error if a call to Break is not enclosed by a for, while, or repeat statement.