Exit after error: die
Less than 1 minuteDeprecated FeaturesBuiltins
die
Exit after error: 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 commitment for more information on Murex's compatibility commitment, and visit the deprecated section 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
- Exit Murex:
exit
: Exit murex - Exit Scope:
break
: Terminate execution of a block within your processes scope - Null:
null
: null function. Similar to /dev/null
This document was generated from builtins/core/typemgmt/types_doc.yaml.