I never saw the ; shortcut being mentioned, in most cases (for me anyway) it will suffice instead of get.
On Fri, Aug 27, 2010 at 6:00 PM, Alexander Burger <[email protected]> wrote: > 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:[email protected]?subject=unsubscribe > -- UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe
