early alpha of D REPL

MattCoder somekindofmonster at email.com.br
Wed Feb 12 11:56:47 PST 2014


On Tuesday, 11 February 2014 at 04:46:41 UTC, Martin Nowak wrote:
> Barely running but already fun and a little useful.

Interesting!

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"?


More information about the Digitalmars-d-announce mailing list