exit ( n -- * )
Factor handbook » The implementation » System interface

Prev:nano-count ( -- ns )


Vocabulary
system

Inputs
nan integer exit code


Outputs
None

Word description
Runs all shutdown-hooks and then exits the Factor process. If an error occurs when the shutdown hooks runs, or when the process is about to terminate, the error is ignored and the process exits with status 255.

Definition