consequences of removing semicolons in D like in Python

eugene via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 22 07:36:31 PDT 2016


On Thursday, 22 September 2016 at 14:07:29 UTC, Chris wrote:
> What about braces and brackets?
>
> debug { writeln("Error") }
>

i think writeln("Error") could be parsed as one statement


More information about the Digitalmars-d mailing list