From fcd7c31ea7e8664aa2448770a0089f5ab95d1492 Mon Sep 17 00:00:00 2001
From: Altareos <8584797+Altareos@users.noreply.github.com>
Date: Fri, 3 Jun 2022 12:43:45 +0200
Subject: [PATCH] syntax for handle
---
doc/syntax.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/syntax.md b/doc/syntax.md
index 2bb3518..5d6acbb 100644
--- a/doc/syntax.md
+++ b/doc/syntax.md
@@ -90,6 +90,7 @@ _instruction
for
each
while
+ handle
value
""
@@ -183,4 +184,13 @@ step
do
ws "" instructions "" ws
+
+handle
+ ws "" try catch "" ws
+
+try
+ ws "" instructions "" ws
+
+catch
+ ws "" instructions "" ws
```
\ No newline at end of file