Daniel Gibson wrote:

> so !x&y should be forbidden and !x&&y should not

Some my feel a repel to the language, when the compiler accepted `!x&&y' 
but then rejects the delete of a `&' to get `!x&y'.

> (!x) && y
Of course it is an option to allow `!' only after an opening parantheses.

-manfred 

Reply via email to