|
|
List processing |
A list is a recursive data structure As a consequence list processing is done via recursive functions We illustrate list processing by extracting attribute values from a LAML attribute property list |
| A function for extraction of the href attribute from a property list. |
As the last interaction, we see the function find-href-attribute in play. |