startup-quot ( -- quot )
Factor handbook » The implementation » Initialization and startup

Prev:add-shutdown-hook ( quot name -- )
Next:set-startup-quot ( quot -- )


Vocabulary
init

Inputs
None

Outputs
quota quotation


Word description
Outputs the initial quotation called by the VM on startup.

See also
boot, set-startup-quot

Definition