[fpc-pascal] Finally, exceptions and so on.

Graeme Geldenhuys mailinglists at geldenhuys.co.uk
Thu May 14 12:36:37 CEST 2015


On 2015-05-14 11:08, Mark Morgan Lloyd wrote:
> control doesn't go via the except block.
> 
> Is there a single place in the documentation where this sort of 

That is expected behaviour. The exit statement doesn't cause an
exception, so why would it go to the except code block?  try..except
documentation should be covered in the FPC Language Reference
documentation, probably in the Exceptions chapter.

Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/



More information about the fpc-pascal mailing list