On 8/26/10 1:20 PM, Alexander Burger wrote: ..
I'm not sure about the docs, as such examples - as you can see above - quickly get rather complicated.Cheers, - Alex
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)) /Jon -- UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe
