<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:antoine.elias@scilab-enterprises.com" title="Antoine ELIAS <antoine.elias@scilab-enterprises.com>"> <span class="fn">Antoine ELIAS</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - clc with comment produce a error"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15494">bug 15494</a>
<br><br>
---------- Bug Summary ----------- <br>clc with comment produce a error <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;">CC</td>
<td>
</td>
<td>antoine.elias@scilab-enterprises.com
</td>
</tr>
<tr>
<td style="text-align:right;">OS</td>
<td>Windows 7
</td>
<td>All OS
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - clc with comment produce a error"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15494#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - clc with comment produce a error"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15494">bug 15494</a>
from <span class="vcard"><a class="email" href="mailto:antoine.elias@scilab-enterprises.com" title="Antoine ELIAS <antoine.elias@scilab-enterprises.com>"> <span class="fn">Antoine ELIAS</span></a>
</span></b>
<pre>Not only with clc
xxx //yyy -> willbe interpreted as xxx("//yyy")
It seems to be a parser troube that not breaks "shell mode" on comments
a workaround is to change you command to
clc(); //ggg</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>