previous next top contents index framed top this page unframed
Figure 30–1. $abortProcedureExcpt
| # system variable STRING $abortProcedureExcpt; |
$abortProcedureExcpt is a predefined exception that is raised when the execution of a PROCEDURE is aborted, as described in Section 20.6. $abortProcedureExcpt should be caught by all PROCEDUREs that must clean up after themselves in some way.
MAINSAIL Language Manual, Section 30.1