Hi,

I have been confused by this statement in the Dennis Ritchie's manual:

"If the input stream has been parsed into tokens up to a given character, the next token is taken to include the longest
string of characters which could possibly constitute a token."

What does this mean? It is under the Lexical Convention section of the manual.

Thanks