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

Prev:gdbm-next-key ( key -- key/f )
Next:each-gdbm-value ( ... quot: ( ... value -- ... ) -- ... )


Vocabulary
gdbm

Inputs
quota quotation


Outputs
None

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

Definition


:: each-gdbm-key ( ... quot: ( ... key -- ... ) -- ... )
gdbm-first-key*
[ [ gdbm-next-key* ] [ quot keep ] do while ] when drop ;
inline