gdbm-insert ( key content -- )
GNU Database Manager

Prev:with-gdbm ( gdbm quot -- )
Next:gdbm-exists? ( key -- ? )


Vocabulary
gdbm

Inputs
keyan object
contentan object


Outputs
None

Word description
Inserts record into the database. Throws an error if the key already exists.

Definition