Skip to main content

Exit after error: die

Laurence MorganLess than 1 minuteDeprecated FeaturesBuiltins

Exit after error: die

This feature has been deprecated and thus the following documentation is provided for historical reference rather than recommendations for new code.

While we do make every effort to maintain backwards compatibility, sometimes deprecations need to be made in order to keep Murex focused and maintainable. Please read our compatibility commitmentopen in new window for more information on Murex's compatibility commitment, and visit the deprecated sectionopen in new window if you need to research other deprecated features.

Terminate murex with an exit number of 1 (removed 7.0)

Description

Terminate Murex with an exit number of 1.

This builtin has now been deprecated. The same behaviour can be achieved via exit 1

Usage

die

Examples

» die

See Also


This document was generated from builtins/core/typemgmt/types_doc.yamlopen in new window.

Last update:
Contributors: Laurence Morgan