2lreduce ( ... list1 list2 identity quot: ( ... prev elt1 elt2 -- ... next ) -- ... result )


Vocabulary
lists

Inputs
list1an object
list2an object
identityan object
quota quotation with stack effect ( ... prev elt1 elt2 -- ... next )


Outputs
resultan object


Definition


: 2lreduce
( ... list1 list2 identity quot: ( ... prev elt1 elt2 -- ... next ) -- ... result )
-rotd 2leach ; inline