ast start point: http://ideone.com/zPndpA
On Sat, Feb 25, 2017 at 9:01 AM, Christopher Howard < [email protected]> wrote: > Hi list. How do I *destructively* modify the value of one element in a > list? E.g. > > (setq Lst (1 2 3 4)) > > How do I set the second element to be 10, without creating a new list, > and without using "con" to change a lot of the list? > > -- > https://qlfiles.net > -- > UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe >
