[DRAFT] This Week in D - Jan 18

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Mon Jan 19 07:55:17 PST 2015


On Monday, 19 January 2015 at 12:40:12 UTC, Ivan Timokhin wrote:
> > cat test.d
> void main()
> {
>     import std.stdio : writeln;
>     1.writeln;
> }
> > rdmd test.d
> 1

Huh, I'm pretty sure that didn't used to work. The nested 
function case still doesn't work though so I'll fix it to just 
talk about that.


More information about the Digitalmars-d mailing list