assoc
(assoc item list)
This function searches the (plain or
association) list for an entry using item
as first element of a list entry, and returns
the entry if found or NIL
Arguments |
list list of DottedPair items, or a list of plain list
elements |
Return |
the list entry using item as key or first list element |
Example |
DottedPair List : |
Remarks |
the can be combined of DottedPair and Plain List entries |
© Bricsys NV. All rights reserved. |