consequences of removing semicolons in D like in Python

eugene via Digitalmars-d digitalmars-d at puremagic.com
Tue Sep 20 04:24:29 PDT 2016


On Monday, 19 September 2016 at 20:42:22 UTC, jmh530 wrote:
> I don't see a reason to make that sort of change within the D 
> language or DMD, especially when something like Delight exists 
> and probably accomplishes exactly what the OP had wanted.
>

Delight is not what i meant, i meant something like this:

module test
import std.stdio

void main() {
     write("Hello");
     writeln("world")
}



More information about the Digitalmars-d mailing list