Vocabularycombinators.
smartInputsOutputsNone
Word descriptionInfers the number of outputs from
quot and reduces them using
operation. The identity for the
reduce operation is the first output.
ExamplesUSING: combinators.smart kernel math prettyprint ;
3 [ [ 4 * ] [ 4 / ] [ 4 - ] tri ] [ * ] reduce-outputs .
-9
Definition