EXCEPTION::EXIT 1g 2024-03-23 laplante@plcb.ca GOWEB/EXCEPTION


title: “EXCEPTION::EXIT Function” date: 2024-03-23 author: “laplante@plcb.ca” version: “1.0.0”

module: “GOWEB/EXCEPTION”

Name

exception::exit — terminate the current program with a given status code

Synopsis

Description

The exception::exit function terminates the current program immediately with the given status code.
This can be used to signal success (0) or different types of errors (non-zero codes).

Examples

exit(-1);

Author

See also

Version History