11.3.24 bb_put/2

Synopsis

bb_put(:Key, +Term)

A copy of Term is stored under Key in the source module blackboard. Any previous term stored under the same Key is simply deleted.

Arguments

:Key

bbkey

Term

term

Description

Any uninstantiated variables in the Term will be replaced by brand new, unattributed variables (see ref-sem-sec).

Exceptions

instantiation_error

Key is not instantiated

type_error

Key is not an atom or a small integer.

See Also

ref-mdb-bbd.


Send feedback on this subject.