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