consequences of removing semicolons in D like in Python

eugene via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 22 06:44:33 PDT 2016


On Tuesday, 20 September 2016 at 15:42:10 UTC, Chris wrote:
>
> ¿How would you handle cases like
>
> debug { writeln("Error"); return; }
>
> of just
>
> debug { writeln("Error"); }

it is handled by separating each statement with newline, not 
semicolon


More information about the Digitalmars-d mailing list