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
