"For" infinite loop

RivenTheMage riven-mage at id.ru
Sat Aug 11 11:22:45 PDT 2012


This is infinite loop:

for (ubyte i=0; i<=255; i++)
{
       ...
}

I guess it's a bug?



More information about the Digitalmars-d-learn mailing list