Boolean done=false; Boolean Done=false; Yes, both variables are used in the function.
March 8th, 2002
Boolean done=false;
Boolean Done=false;
Yes, both variables are used in the function. In different places, for
different things, to control different (nested) loops. Sometimes they
cause breaks, but not from the same loop!
Please, please don’t do this. Ever. Ever ever.