-
Declaration:
- Procedure Halt [(Errnum : byte)];
-
Description:
- Halt stops program execution and returns control to the calling program. The optional
argument Errnum specifies an exit value. If omitted, zero is returned.
-
Errors:
- None.
-
See also:
- Exit (491)
Listing: refex/ex30.pp