Merge pull request #1 from FelixAuer/master

Add "HEAST" Keyword
This commit is contained in:
David Pichsenmeister 2020-06-30 12:28:19 -07:00 committed by GitHub
commit f16da31dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -122,6 +122,7 @@ Examples can be found in the [examples](examples) directory.
| DO IS DA HUND BEGROBN | console.debug | | DO IS DA HUND BEGROBN | console.debug |
| GSCHISSN GRISSN | console.error | | GSCHISSN GRISSN | console.error |
| DES IS MA ECHT Z'DEPPAT | process.exit | | DES IS MA ECHT Z'DEPPAT | process.exit |
| HEAST | alert |
## License ## License
This project is licensed under the MIT license, Copyright (c) 2020 David Pichsenmeister | [pichsenmeister.com](https://pichsenmeister.com). For more information see [LICENSE](LICENSE). This project is licensed under the MIT license, Copyright (c) 2020 David Pichsenmeister | [pichsenmeister.com](https://pichsenmeister.com). For more information see [LICENSE](LICENSE).

View file

@ -52,5 +52,6 @@
"JO EH": "!", "JO EH": "!",
"HOST MI": "?", "HOST MI": "?",
"DANN HOIT NET": ":", "DANN HOIT NET": ":",
"HUACH ZUA": "=>" "HUACH ZUA": "=>",
} "HEAST": "alert"
}