github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/docs/commands/die.md (about)

     1  # `die`
     2  
     3  > Terminate murex with an exit number of 1
     4  
     5  ## Description
     6  
     7  Terminate Murex with an exit number of 1.
     8  
     9  ## Usage
    10  
    11  ```
    12  die
    13  ```
    14  
    15  ## Examples
    16  
    17  ```
    18  ยป die
    19  ```
    20  
    21  ## See Also
    22  
    23  * [`break`](../commands/break.md):
    24    Terminate execution of a block within your processes scope
    25  * [`exit`](../commands/exit.md):
    26    Exit murex
    27  * [`null`](../commands/devnull.md):
    28    null function. Similar to /dev/null
    29  
    30  <hr/>
    31  
    32  This document was generated from [builtins/core/typemgmt/types_doc.yaml](https://github.com/lmorg/murex/blob/master/builtins/core/typemgmt/types_doc.yaml).