Handbook
Glossary
each-gdbm-value ( ... quot: ( ... value -- ... ) -- ... )
GNU Database Manager
Prev:
each-gdbm-key ( ... quot: ( ... key -- ... ) -- ... )
Next:
each-gdbm-record ( ... quot: ( ... key value -- ... ) -- ... )
Vocabulary
gdbm
Inputs
quot
a
quotation
Outputs
None
Word description
Applies the quotation to the each value in the database.
Definition
USING:
kernel
;
IN:
gdbm
:
each-gdbm-value
( ... quot: ( ... value -- ... ) -- ... )
[
gdbm-fetch
]
prepose
each-gdbm-key
;
inline