gdbm-fetch* ( key -- content ? )


Vocabulary
gdbm

Inputs
keyan object


Outputs
contentan object
?a boolean


Word description
Looks up a given key and returns value associated with it. The boolean flag can decide between the case of a missing value, and a value of f.

Definition