Consider a multi line comment code like below: foo/*blah ...
Consider a multi line comment code like below:
foo/*blah blah blah....
blah....blah...*/10;
how many tokens I should count in this code section 3 or 2?
Consider a multi line comment code like below:
foo/*blah blah blah....
blah....blah...*/10;
how many tokens I should count in this code section 3 or 2?
"foo", "10", ";"