factor/core/bootstrap/primitives-docs.factor

8 lines
301 B
Factor

USING: bootstrap.image.private effects help.markup help.syntax strings ;
IN: bootstrap.primitives
ARTICLE: "bootstrap.primitives" "Bootstrap primitives"
"A script file run to create the bootstrap image. Also see the vocab " { $link "bootstrap.image.primitives" } "." ;
ABOUT: "bootstrap.primitives"