Vocabularycombinators.
smartInputsOutputsWord descriptionOutputs a quotation that, when called, will have the effect of dropping the number of inputs to the original quotation.
ExamplesUSING: combinators.smart math prettyprint ;
[ + + ] dropping .
[ 3 ndrop ]
Definition