Handbook
Glossary
gdbm-replace ( key content -- )
Vocabulary
gdbm
Inputs
key
an
object
content
an
object
Outputs
None
Word description
Inserts record into the database replacing old value with the new one if the key already exists.
Definition
USING:
gdbm.ffi
gdbm.private
;
IN:
gdbm
:
gdbm-replace
( key content -- )
GDBM_REPLACE
gdbm-store
;