Doesn't this work??

import std.file;
import std.script;

Script s = new Script(cast(ubyte[]) read("script1.d"));
s.compile();
s.execute();

What is this supposed to mean?

--
Using Opera's revolutionary email client: http://www.opera.com/mail/

Reply via email to