MAINSAIL Language Manual, Section 32.3

previous   next   top   contents   index   framed top   this page unframed


32.3. $cannotReturn

Figure 32–3. $cannotReturn
COMPILETIME
BITS
<
macro>     $cannotReturn;

$cannotReturn is a bit that specifies that a handler for the exception in question is not allowed to call $raiseReturn. It may be passed to $raise and tested in $exceptionBits. It is set in a call to $raise made from errMsg if the fatal bit is set in the call to errMsg.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 32.3