5 lines
55 B
Text
5 lines
55 B
Text
try
|
|
this:foo();
|
|
except e (ANY)
|
|
this:bar(e);
|
|
endtry
|
try
|
|
this:foo();
|
|
except e (ANY)
|
|
this:bar(e);
|
|
endtry
|