RELEASE Verb

Syntax

RELEASE {int}

Description

For BBj-specific information, see RELEASE Verb - BBj.

The RELEASE verb exits the user from PRO/5, closes any open files, deallocates the memory, and returns control to the host operating system.

Parameter

Description

int

Exit value.

PRO/5 will return int as an exit value if the host operating system supports that capability. In a compound statement, only ELSE, FI, or REM can follow RELEASE.

Examples

1000 RELEASE
2000 RELEASE 13

See Also

Verbs - Alphabetical Listing