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

Prev:gdbm-delete ( key -- )
Next:gdbm-next-key ( key -- key/f )


Vocabulary
gdbm

Inputs
None

Outputs
key/fan object


Word description
Returns first key in the database. This word makes no distinction between an empty database case and a case of a first value set to f.

Definition