<div>Hi, list,</div>
<div>&nbsp;</div>
<div>I find ChucK's reaction to the following lines rather surprising.</div>
<div>&nbsp;</div>
<div>//this works, obviously</div>
<div>1.0 =&gt; float foo;</div>
<div>//this is fine with chuck as well</div>
<div>
<div>1 =&gt; float bar;</div>
<div>&nbsp;</div>
<div>//this works as well, also obviously</div>
<div>[1.0] @=&gt; float fooray[];</div>
<div>//then why does this cause a error?</div>
<div>[1] @=&gt; float barray[];</div>
<div>&nbsp;</div>
<div>Is this intentional and if so could we considder a more readable error?</div>
<div>Right now this last line gives a error that looks (to me) like the dimentions of a multi-dimentional array don't add up which is a bit confusing</div>
<div>&nbsp;</div>
<div>Yours,</div>
<div>Kas.</div></div>