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")
}

Reply via email to