recordz/3

Synopsis

recordz(+Key, +Term, -Ref)

Records the term Term in the internal database as the last item for the key Key; a database reference to the newly-recorded term is returned in Ref.

Arguments


Key atomic

Term term

Ref db_reference

Exceptions


instantiation_error
Key is not instantiated
range_error
Ref is not a db_reference or an unbound variable

See Also:

recorded/3, recorda/3, current_key/2