drop-outputs ( quot -- )
Factor handbook » The language » Combinators » Smart combinators

Prev:append-outputs-as ( quot exemplar -- seq )
Next:preserving ( quot -- )


Vocabulary
combinators.smart

Inputs
quota quotation


Outputs
None

Word description
Calls a quotation and drops any values it leaves on the stack.

See also
keep-inputs

Definition