thank you !<div>could you tell me how to make new vector that does not refer to a single vector?</div><div><br><br><div class="gmail_quote">On 20 November 2010 17:09, Neil Van Dyke <span dir="ltr"><<a href="mailto:neil@neilvandyke.org">neil@neilvandyke.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">"make-vector" is creating a new vector populated with *references* to a single #("1" "2" "3") vector, *not* *copies* of the #("1" "2" "3") vector.<br>
<br>
Since you've created one #("1" "2" "3") vector, changing it through one reference changes all references to it.<br>
<br>
(Aside to PLT people: This might be an example of having the default writer show sharing could actually be helpful to beginners.)<br><font color="#888888">
<br>
-- <br>
<a href="http://www.neilvandyke.org/" target="_blank">http://www.neilvandyke.org/</a><br>
</font></blockquote></div><br></div>