Vocabularycombinators.smartInputs and outputsWord descriptionApplies a quotation to the datastack
n times, starting lower on the stack and working up in increments of the number of inferred inputs to the quotation.
ExamplesUSING: combinators.smart prettyprint math kernel ;
1 2 3 4 [ + ] 2 smart-apply [ . ] bi@
3
7
Definition