tama wrote: > I tested following code. > > writefln(3 * 4); > > This code doesn't work in the first place:-< Yes, that's one of the breaking changes in the new phobos2. writefln expects its first argument to be a format string. If it isn't, use writeln instead.