lreduce ( ... list identity quot: ( ... prev elt -- ... next ) -- ... result )


Vocabulary
lists

Inputs
listan object
identityan object
quota quotation with stack effect ( ... prev elt -- ... next )


Outputs
resultan object


Definition


: lreduce
( ... list identity quot: ( ... prev elt -- ... next ) -- ... result )
swapd leach ; inline