Looks good to me. Thanks. Regards, John Walter Bright Wrote: > Along those lines, here's one I use all the time: > > import std.stdio; > > int main(string[] args) > { > return 0; > }