syntax for handle
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user