6 lines
219 B
Plaintext
6 lines
219 B
Plaintext
|
|
IN: kernel-internals
|
||
|
|
USING: help kernel ;
|
||
|
|
|
||
|
|
HELP: boot "( -- )"
|
||
|
|
{ $description "Called on startup as part of the boot quotation (see " { $link set-boot } ") to initialize the runtime and get ready to run user code." } ;
|