> Wouldn't it be nice if we had a try..except..finally statement
> supported in FPC. All-in-one.

We do: it is called "try try"

try try
  // ...
except
  // ...
finally
  // ...

Okay, so maybe that's slightly nonstandard, but I'd rather use this awkwardness 
than add an even more awkward extra indentation level

~D.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to