bajo
Version:
A framework to build a giant monstrous app rapidly
19 lines (12 loc) • 403 B
Markdown
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```