Handbook
Glossary
gdbm-next-key ( key -- key/f )
GNU Database Manager
Prev:
gdbm-first-key ( -- key/f )
Next:
each-gdbm-key ( ... quot: ( ... key -- ... ) -- ... )
Vocabulary
gdbm
Inputs
key
an
object
Outputs
key/f
an
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
USING:
kernel
;
IN:
gdbm
:
gdbm-next-key
( key -- key/f )
gdbm-next-key*
drop
;