Home
Download
Browse GIT
Contrib
Packs
HOWTO
FAQ
Manual
Mailinglist
Support
Links
Contact
Development tools
PlDoc Documentation
Graphics
(Semantic) Web
Publications
Contributors
License
Wiki (edit)
login
A.3 library(assoc): Association lists
All
Application
Manual
Name
Summary
Help
Availability:
:- use_module(
library(assoc)
).
(can be autoloaded)
get_assoc
(
+Key, +Assoc, ?Old, ?NewAssoc, ?New
)
NewAssoc
is an association list identical to
Assoc
except that the value associated with
Key
is
New
instead of
Old
.