Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
next-key ( key -- key/f )
GNU Database Manager
Prev:
first-key ( -- key/f )
Next:
each-key ( ... quot: ( ... key -- ... ) -- ... )
Vocabulary
gdbm
Inputs and outputs
key
an
object
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
:
next-key
( key -- key/f )
next-key*
drop
;