try..catch..finally in ASC2

This commit is contained in:
Jindra Petřík
2021-01-31 11:11:16 +01:00
parent ffdea13d6a
commit 63a7a1b049
14 changed files with 206 additions and 122 deletions

View File

@@ -21,7 +21,7 @@ package tests
finally
{
trace("hi ");
if (5 == 4)
if (str == "check")
{
return str;
}