curried
Callables

Prev:curry ( obj quot -- curry )
Next:compose ( quot1 quot2 -- compose )


Vocabulary
kernel

Class description
The class of objects created by curry. These objects print identically to quotations and implement the sequence protocol, however they only use two cells of storage; a reference to the object and a reference to the underlying quotation.

See also
curry, compose, prepose, composed

Definition


Methods