Allows the use of part of the language keywords?

Chris Wright via Digitalmars-d digitalmars-d at puremagic.com
Sun Aug 28 06:26:26 PDT 2016


On Sun, 28 Aug 2016 08:35:06 +0000, ketmar wrote:
> i have a perfect solution to this: don't write such code!

It would reflect poorly on the compiler if it failed to compile something 
simply because you added a few comments. Especially since each C-style 
comment is likely its own token. A not-absurd usecase is a person 
condensing several functions into one, which might involve separately 
commenting out several function bodies.


More information about the Digitalmars-d mailing list