WTF?

BCS ao at pathlink.com
Thu Mar 13 19:47:03 PDT 2008


I'm not objecting but...

this compiles (1.026):

import std.stdio; 
void main()
{
	int j = 3;
	for({ int i; if(j>2) i = 3; else i = 4; } i; i--)
	{
		writef("%d\n", i);
	}
}





More information about the Digitalmars-d mailing list