keep-inputs ( quot -- )
Factor handbook » The language » Combinators » Smart combinators

Prev:preserving ( quot -- )
Next:smart-if ( pred true false -- )


Vocabulary
combinators.smart

Inputs
quota quotation


Outputs
None

Word description
Calls a quotation and preserves any values it takes off the stack.

See also
drop-outputs

Definition