std.stdio.writeln

Dennis Ritchie via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Mar 9 07:38:39 PDT 2015


Hi.
Why prints only the last element?

import std.stdio;

void main() {

	(1, 2, 3).writeln;	// prints 3
}


More information about the Digitalmars-d-learn mailing list