VocabularykernelInputsOutputsWord descriptionOutputs a
callable which pushes
obj1 and
obj2 and then calls
quot.
NotesThis operation is efficient and does not copy the quotation.
ExamplesUSING: kernel math prettyprint ;
5 4 [ + ] 2curry .
[ 5 4 + ]
Definition