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/ _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal