11.3.23 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
atomic, must be nonvar
Term
term

Description

Any uninstantiated variables in the Term will be replaced by new private variables, along with copies of any subgoals blocked on these 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.