Dennis Ritchie via Digitalmars-d-learn Mon, 09 Mar 2015 07:47:18 -0700
Hi. Why prints only the last element? import std.stdio;
void main() { (1, 2, 3).writeln; // prints 3 }