consequences of removing semicolons in D like in Python

Chris Wright via Digitalmars-d digitalmars-d at puremagic.com
Mon Sep 19 08:13:10 PDT 2016


On Mon, 19 Sep 2016 13:06:30 +0000, pineapple wrote:
> If you
> spend enough time writing Python, you will start to run into cases where
> meaningful whitespace makes it difficult to write readable, functional
> code.

For the most part, you can wrap a statement in parentheses in lieu of 
semicolons.


More information about the Digitalmars-d mailing list