|
From: <ham...@t-...> - 2004-08-31 19:49:16
|
Hi,
I just added support for try / catch / finally code.
Note that the entire statement currently wants a trailing semicolon
try { .... }
catch(err) { .... }
finally { .... };
According to AS specs, both catch and finally blocks may be absent. It is unclear
whether the generated code for no catch part (an empty varname as catch var) is correct
Wolfgang
|