gdbm-replace ( key content -- )


Vocabulary
gdbm

Inputs
keyan object
contentan object


Outputs
None

Word description
Inserts record into the database replacing old value with the new one if the key already exists.

Definition