On Tuesday, 11 February 2014 at 04:46:41 UTC, Martin Nowak wrote:
Interesting!Barely running but already fun and a little useful.
I was playing around:
D> write("test");
=> undefined identifier write
D> import std.stdio;
=> std
D> write("test");
D>
Shouldn't code above print "test"?