gdbm-fetch ( key -- content/f )
GNU Database Manager

Prev:gdbm-exists? ( key -- ? )
Next:gdbm-delete ( key -- )


Vocabulary
gdbm

Inputs
keyan object


Outputs
content/fthe 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