]> gitweb.factorcode.org Git - factor.git/blob - core/bootstrap/init.facts
more sql changes
[factor.git] / core / bootstrap / init.facts
1 IN: kernel-internals
2 USING: help kernel ;
3
4 HELP: boot
5 { $description "Called on startup as part of the boot quotation (see " { $link set-boot } ") to initialize the runtime and prepare it for running user code." } ;