---
title: function fatal()
---

Basically the same as [error()](2.9-error.md), with two extras:

- prints error on screen
- terminate running program with exit code 1

###### Parameters:

| Name | Type | Default Value | Description |
| ---- | ---- | ------------- | ----------- |
| ```...args``` | ...any || any arguments provided here will be passed through **error()** |

###### Returns:

```void```
