Process control and exit handling - backed by the Rust runtime.
Terminates the current process with the given exit code.
Terminates the current process with exit code 0 (success).
Terminates the current process with exit code 1 (failure).
load std.process
process.exit_success()