Handbook
Glossary
gdbm-fetch ( key -- content/f )
GNU Database Manager
Prev:
gdbm-exists? ( key -- ? )
Next:
gdbm-delete ( key -- )
Vocabulary
gdbm
Inputs
key
an
object
Outputs
content/f
the value associated with
key
or
f
if there is no such key
Word description
Looks up a given key and returns value associated with it. This word makes no distinction between a missing value and a value set to
f
.
Definition
USING:
kernel
;
IN:
gdbm
:
gdbm-fetch
( key -- content/f )
gdbm-fetch*
drop
;