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

Prev:startup-quot ( -- quot )


Vocabulary
init

Inputs
quota quotation


Outputs
None

Word description
Sets the initial quotation called by the VM on startup. This quotation must begin with a call to boot. The image must be saved for changes to the boot quotation to take effect.

Notes
The Application deployment tool uses this word.

See also
boot, startup-quot

Definition