syntax for handle

This commit is contained in:
Altareos
2022-06-03 12:43:45 +02:00
parent 9e6f0c454a
commit fcd7c31ea7

View File

@@ -90,6 +90,7 @@ _instruction
for for
each each
while while
handle
value value
"<value variable=" tag "/>" "<value variable=" tag "/>"
@@ -183,4 +184,13 @@ step
do do
ws "<do>" instructions "</do>" ws ws "<do>" instructions "</do>" ws
handle
ws "<handle>" try catch "</handle>" ws
try
ws "<try>" instructions "</try>" ws
catch
ws "<catch variable=" tag ">" instructions "</catch>" ws
``` ```