On Wed, Jan 28, 2009 at 11:37 PM, Jason House
<jason.james.ho...@gmail.com> wrote:
> 1. derr.writefln("foo") is translated as 1("foo")

Haw haw, that's because the DMDFE replaces symbols it doesn't know
with 1.  That's why the compiler spits out tons of bizarre "expected
function before parens, not '1' of type 'int'" after undefined symbol
errors.  Either you're not importing std.cstream, or Descent isn't
looking it up right.

Reply via email to