<div dir="ltr"><span style="font-family: arial,helvetica,sans-serif;">Is me.numArgs() broken? </span><br style="font-family: arial,helvetica,sans-serif;"><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">This code taken from the concurency/shreds page of language specification:</span><br style="font-family: arial,helvetica,sans-serif;">
<pre style="font-family: arial,helvetica,sans-serif;">// print out all arguments<br>for( int i; i &lt; me.numArgs(); i++ )<br>    &lt;&lt;&lt; me.arg( i ) &gt;&gt;&gt;;<br><br>returns this error:<br>&quot;class &#39;Shred&#39; has no member &#39;numArgs&#39;&quot;<br>
<br><br></pre><br style="font-family: arial,helvetica,sans-serif;"></div>