each-gdbm-value ( ... quot: ( ... value -- ... ) -- ... )
GNU Database Manager

Prev:each-gdbm-key ( ... quot: ( ... key -- ... ) -- ... )
Next:each-gdbm-record ( ... quot: ( ... key value -- ... ) -- ... )


Vocabulary
gdbm

Inputs
quota quotation


Outputs
None

Word description
Applies the quotation to the each value in the database.

Definition


: each-gdbm-value ( ... quot: ( ... value -- ... ) -- ... )
[ gdbm-fetch ] prepose each-gdbm-key ; inline