Russell Whitaker wrote:
On Wed, 5 Jan 2005, CBFalconer wrote:
Frank Heckenbach wrote:
.. snip ...
There is one tricky point, though. Consider:
(* (*)
If you were reading a long program and that first (* was quite a number of lines back and you read: foo (*) Is it: foo (* ) foo( *) or foo(*)
I think a little whitespace would be a reasonable requiremnet. my .02
It would be perhaps, but according to the standards, there is no such requirement.
When writing code, I'd surely recommend to put in the whitespace, but the compiler has to cope with anything ...
Frank