The halt procedure

Description

The halt procedure terminates the program and optionally returns an integral value to the program's caller.

Parameter

The halt procedure's only paramter is optional, and if supplied is an expression of integral type that is the value returned by the program.

Portability

Operating Systems: All
Standard Pascal: No