Patterns of Bugs

Iain Buclaw ibuclaw at ubuntu.com
Sat Jan 8 12:53:20 PST 2011


== Quote from Ellery Newcomer (ellery-newcomer at utulsa.edu)'s article
> On 01/08/2011 02:37 PM, Iain Buclaw wrote:
> >
> > Never let indentation fool you, the else clause will be assumed to be for the
> > first condition. :o)
> I don't believe you

Are you saying it *isn't* interpreted as:

if (i)
    if (j)
        printf("J true\n");
else
    printf("I false\n");


:o


More information about the Digitalmars-d mailing list