Why does the following program write the message 'Foo' twice?
Gary Willoughby
dev at nomad.so
Wed Mar 19 03:08:49 PDT 2014
Why does the following program write the message 'Foo' twice?
void main(string[] args)
{
pragma(msg, "Foo");
}
More information about the Digitalmars-d-learn
mailing list