<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Le 06/08/2015 18:21, Samuel Gougeon a
écrit :<br>
</div>
<blockquote cite="mid:55C38973.8060806@free.fr" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<small><font face="Arial">.../...<br>
Could anyone confirm this behavior? Here is the test:<br>
<br>
edit(SCIHOME+"/scilab.ini")<br>
//add the line<br>
a=1<br>
// in the file. Save it. Quit and restart Scilab. In the new
session, try<br>
a // should display 1<br>
clear a // could display a warning. Nothing is display
(reported as <a moz-do-not-send="true"
class="moz-txt-link-freetext"
href="http://bugzilla.scilab.org/9709">http://bugzilla.scilab.org/9709</a>
?)<br>
a // still here. Not deleted = protected<br>
</font></small></blockquote>
<small><font face="Arial"><br>
Even not. A piece of surealism, a=1 being written in scilab.ini:<br>
<br>
Startup execution:<br>
loading initial environment<br>
Warning : redefining function: head_comments . Use
funcprot(0) to avoid this message<br>
------------------------------------------------------------<br>
This is alpha version: avoid using in production<br>
but please report any problem at <a class="moz-txt-link-freetext" href="http://bugzilla.scilab.org">http://bugzilla.scilab.org</a>.<br>
Thank you!<br>
------------------------------------------------------------<br>
<br>
--> a<br>
a = <br>
1.<br>
--> clear a<br>
--> a<br>
a = <br>
1.<br>
<br>
--> a=2 // overwritable?!<br>
a = <br>
2. // it looks that yes!<br>
--> a<br>
a = <br>
2. // not just a display issue..<br>
<br>
--> clear a // the last experience that should not be
done...<br>
--> a <br>
a = <br>
1.</font></small><small><font face="Arial">
That's a ghost!!</font></small><br>
<br>
--> a*2 // what should be expect: 2 or 4?<br>
ans =<br>
2.<big><br>
<br>
</big>Any confirmation welcome.<br>
SG<br>
<br>
</body>
</html>