<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED DUPLICATE - execstr and ScilabEval do not like // comments. For me this could even stay lik"
href="http://bugzilla.scilab.org/show_bug.cgi?id=887">bug 887</a>
<br><br>
---------- Bug Summary ----------- <br>execstr and ScilabEval do not like // comments. For me this could even stay lik <br><br>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">URL</td>
<td>-->execstr("a=1; //ss")
a=1; //ss,return,
!--error 2
invalid factor
in execstr instruction called by :
execstr("a=1; //ss")
-->TK_EvalStr("ScilabEval ""a=2; //qq""")
-->a=2; //qq,return,
!--error 2
invalid factor
While executing a callback
</td>
<td>
</td>
</tr>
<tr>
<td style="text-align:right;">Component</td>
<td>Scilab
</td>
<td>Parser/Lexer
</td>
</tr></table>
<p>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>