dlist-each-node ( ... dlist quot: ( ... node -- ... ) -- ... )


Vocabulary
dlists

Inputs
dlistan object
quota quotation with stack effect ( ... node -- ... )


Outputs
None

Definition


: dlist-each-node
( ... dlist quot: ( ... node -- ... ) -- ... )
[ f ] compose dlist-find-node drop ; inline