Next: mpg-ref-remove_breakpoints, Previous: mpg-ref-recorded, Up: mpg-bpr [Contents][Index]
recordz/3recordz(+Key, +Term, -Ref)
records the Term in the internal database as the last item for the principal functor of Key; a database reference to the newly-recorded term is returned in Ref.
term, must be nonvar
term
db_reference, must be var
If Key is a compound term, then only its principal functor is
significant. That is, foo(1) represents the same key as foo(n).
Any uninstantiated variables in the Term will be replaced by brand new, unattributed variables (see ref-sem-sec).
instantiation_errorKey is not instantiated
uninstantiation_errorRef is not a variable