]> gitweb.factorcode.org Git - factor.git/blob - core/bootstrap/primitives-docs.factor
Docs: bunch of smaller documentation fixes for various vocabs
[factor.git] / core / bootstrap / primitives-docs.factor
1 USING: bootstrap.image.private effects help.markup help.syntax strings ;
2 IN: bootstrap.primitives
3
4 HELP: make-sub-primitive
5 { $values { "word" string } { "vocab" string } { "effect" effect } }
6 { $description "Defines a sub primitive word." }
7 { $see-also define-sub-primitive } ;