{ $description "Called to end the infer context. It outputs a " { $link #return } " node to the " { $link stack-visitor } " containing the remaining items on the data stack." } ;
HELP:ensure-d
{ $values { "n"integer } { "values"sequence } }
{ $description "Does something important.." } ;
HELP:infer-literal-quot
{ $values { "literal" literal-tuple } }
{ $description "Performs inferencing for a literal quotation." }
{ $description "Performs inferencing on the given quotation. This word should only be called in a " { $link with-infer } " context." } ;
HELP:introduce-values
{ $values { "values"sequence } }
{ $description "Emits an " { $link #introduce } " node to the current " { $link stack-visitor } " which pushes the given values onto the data stack." } ;