[fpc-pascal] methods of an object to create others objects

David Emerson dle3ab at angelbase.com
Thu Dec 2 19:26:23 CET 2010


> 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.




More information about the fpc-pascal mailing list