gdbm-next-key* ( key -- next-key ? )


Vocabulary
gdbm

Inputs
keyan object


Outputs
next-keyan object
?a boolean


Word description
Given a key returns next key in the database. The boolean flag can decide between the case of reaching the end of the database and a case of a next value set to f.

Definition