Copying lists and arrays
The most basic way to copy a list or an array is simply to assign a new variable with SETQ or SETF, but this may behave in unexpected ways. Let us look at an example: Try running the above in Audacity’s Nyquist Prompt effect (use the Debug button to see the output), and you may … Continue reading Copying lists and arrays