Andrew Lentvorski <[EMAIL PROTECTED]> writes:

> It is a common fallacy that C is not sensitive to whitespace.
>
> c+++++d;
> c++ + ++d;
> c+ ++ ++d;
> c++ ++ +d;

That's not variation in whitespace, it's variation in expression
boundaries. We do the same thing with our (Western) written languages:
letters, words, phrases, sentences, and paragraphs. Would you say that
our written language is "sensitive to whitespace" because the
following mean something different?

  catalog
  cat a log

-- 
Steven E. Harris


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to