From 440f6e79f97e8c64d9f4f25423035bc37eeca00f Mon Sep 17 00:00:00 2001 From: Felix Auer Date: Tue, 30 Jun 2020 08:01:28 +0200 Subject: [PATCH] Add "HEAST"-Keyword No implementation of WIenerScript should be missing the most iconic Viennese interjection. I've added "HEAST" as an alias for "alert" to not break existing WS sourcecode. --- keywords.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keywords.json b/keywords.json index f9c8e92..79b93fb 100644 --- a/keywords.json +++ b/keywords.json @@ -53,4 +53,5 @@ "HOST MI": "?", "DANN HOIT NET": ":", "HUACH ZUA": "=>" -} \ No newline at end of file + "HEAST": "alert" +}