Handbook
Glossary
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
quot
a
quotation
Word description
Outputs the initial quotation called by the VM on startup.
See also
boot
,
set-startup-quot
Definition
USING:
kernel.private
;
IN:
init
:
startup-quot
( -- quot )
OBJ-STARTUP-QUOT
special-object
;