Hi,<br>I was following the thread on about the _(&quot;xx&quot;) thingy.<br>Since then I played around a bit with underscores at the console and it seems to me that if you execute code with a return value but you dont save the result, then&nbsp; _ is a pointer to this value.
<br><br>Is that correct?<br clear="all"><br>&gt;&gt;4<br>4<br>&gt;&gt;print _<br>4<br><br>So if I do this,<br>&gt;&gt;_ = 10<br><br>&gt;&gt;4<br>
4<br>
&gt;&gt;print _<br>10<br><br>What is this _ used for?<br>If I assign something to the underscore, will it cause strange things to happen later?<br>(Just curiosity)<br>Regards,<br>-- <br>Michael<br>