abort


protocol:
function

parameters:

none

result:

none

description:

Abort the currently executing program.

This function is used when it is unsafe to continue, i.e. returning an error indicator is not sufficient.

This function will not return.