gdbm-next-key ( key -- key/f )
GNU Database Manager

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


Vocabulary
gdbm

Inputs
keyan object


Outputs
key/fan object


Word description
Given a key returns next key in the database. This word makes no distinction between reaching the end of the database case and a case of a next value set to f.

Definition