6 Aug
2008
6 Aug
'08
12:03 p.m.
Is me.numArgs() broken? This code taken from the concurency/shreds page of language specification: // print out all arguments for( int i; i < me.numArgs(); i++ ) <<< me.arg( i ) >>>; returns this error: "class 'Shred' has no member 'numArgs'"