You are here: start » ppl » statements » stackabort

STACKABORT

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

ppl/statements/stackabort.txt · Last modified: 2019/04/16 14:00
CC Attribution 4.0 International Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International