STACKABORT

	STACKABORT TRUE | FALSE 

Example:

	STACKABORT TRUE ;Default is TRUE

This allows the programmer to tell the runtime module to try its best to continue executing after a stack error has occurred. If it is passed FALSE, it will abort execution after a stack error. If it is passed TRUE the PPE will continue to run.
CAUTION! If you continue to execute after a stack error, program execution will be unpredictable. PPL will not allow system memory to be corrupted because of a stack error.
See also: StackLeft StackErr