Hi.
Why prints only the last element?

import std.stdio;

void main() {

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

Reply via email to