vle-cdrassoc
(vle-cdrassoc key lst)
searches 'lst' list for a dotted-pair
with key 'key' and returns its value;
Arguments |
key key value for the dotted pair value to search
for |
Return |
the value of dotted pair (key
. value), if a dotted pair with key key, if present in the
list lst; |
Example |
(vle-cdrassoc 11 '((1 .
"a")(2 . "b")(11 . "xx")(22 . "yy"))) |
Alias |
vle-get-cdrassoc |
Remarks |
replacement for (cdr (assoc key lst)) |
© Bricsys NV. All rights reserved. |