version and debug statements

maxter at i.com.ua maxter at i.com.ua
Tue May 9 08:07:35 PDT 2006


i've noticed code like this:

version (foo)
{}
else
{
	do something...
}

would it be more natural to be able to write:

version (!foo)
{
	do something...				
} 

the same applies to the debug statement. thanks



More information about the Digitalmars-d mailing list