Hi Jon,

> I think this could be a nice little example:
> 
> : (setq L '(A B C))
> -> (A B C)
> : (setq B 'D)
> -> D
> : (put L 2 0 'p 5)
> -> 5
> : (getl 'D)
> -> ((5 . p))

Indeed! I included it. Many thanks!

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to