Does D has somtething similar ? http://code.google.com/p/go-wiki/wiki/SimultaneousAssignment
I tried this way, but it not worked out.
if((int x = 10) > 0) {
writefln("x is %s", x);
}
Does D has somtething similar ? http://code.google.com/p/go-wiki/wiki/SimultaneousAssignment
I tried this way, but it not worked out.
if((int x = 10) > 0) {
writefln("x is %s", x);
}