Re: Cutting a circular list.

2008-10-11 Thread Alexander Burger
Hi Konrad, > Well thats two improvements to the documentation. Perhaps a perfect candidate for the Wiki? > The description of set says: > > Stores new values any in the var arguments. I suspect it should say > what you said above. Well, I wanted to avoid such a verbose description in the refe

Re: Cutting a circular list.

2008-10-11 Thread konrad Zielinski
Hi Alex, Well thats two improvements to the documentation. The description of set says: Stores new values any in the var arguments. I suspect it should say what you said above. and have a see also link to con. regs Konrad. On 11/10/2008, Alexander Burger <[EMAIL PROTECTED]> wrote: > Hi Konrad,

Re: Cutting a circular list.

2008-10-11 Thread Alexander Burger
Hi Konrad, > (set 'A (1 2 3 4)) > (set 'B (cdr A)) > ... > (set (cdr A) NIL) The 'set' function puts a value into the CAR part of a cell (no matter whether this is a list cell or a symbol). A B | | V V +-+-+ +--