factor/basis/compiler/cfg/intrinsics/misc/misc-docs.factor

7 lines
256 B
Factor
Raw Normal View History

2014-12-30 20:46:35 -05:00
USING: compiler.tree help.markup help.syntax kernel.private words ;
IN: compiler.cfg.intrinsics.misc
HELP: emit-context-object
{ $values { "node" node } }
{ $description "Emits intrinsic code for a call to the " { $link context-object } " primitive." } ;