Module proc

Source
Expand description

Process API. Abort and abort with error message.

Functionsยง

abort
Executes the undefined instruction (UDF) and causes a CPU-level exception. See [core::intrinsics::abort()].
error
Stops the program execution with custom system-level error.