Vocabularycombinators.
smartInputsOutputsWord descriptionInfers the number of outputs from the quotation and constructs an array from those outputs.
ExamplesUSING: combinators combinators.smart math prettyprint ;
9 [
{ [ 1 - ] [ 1 + ] [ sq ] } cleave
] output>array .
{ 8 10 81 }
Definition