Handbook
Glossary
each-gdbm-key ( ... quot: ( ... key -- ... ) -- ... )
GNU Database Manager
Prev:
gdbm-next-key ( key -- key/f )
Next:
each-gdbm-value ( ... quot: ( ... value -- ... ) -- ... )
Vocabulary
gdbm
Inputs
quot
a
quotation
Outputs
None
Word description
Applies the quotation to the each key in the database.
Definition
USING:
kernel
;
IN:
gdbm
::
each-gdbm-key
( ... quot: ( ... key -- ... ) -- ... )
gdbm-first-key*
[
[
gdbm-next-key*
]
[
quot
keep
]
do
while
]
when
drop
;
inline