factor/core/bootstrap/primitives-docs.factor

8 lines
279 B
Factor
Raw Normal View History

USING: bootstrap.image.private effects help.markup help.syntax strings ;
IN: bootstrap.primitives
HELP: make-sub-primitive
{ $values { "word" string } { "vocab" string } { "effect" effect } }
{ $description "Defines a sub primitive word." }
{ $see-also define-sub-primitive } ;