Yeah, I never use the "else" there (because capturing some info about the unexpected exception is always useful) but I sure would have expected a "begin..end" would be needed for multiple statements.
On the other hand, we don't do this -
try
begin
statement 1
statement 2
end
except
So, maybe a list after "else" without the begin .. end makes sense, I suppose.
Davo