On Fri, 23 Jan 2004 05:59:28 -0800, Martin Winter muttered:
> you should enclose the statements after a "case:" in braces, like this:
>
> switch (theType)
> {
> case kLShapeLeft:
> { // This is
> it!
> array = {1, 1, 0, 0,
> 0, 1, 0, 0,
> 0, 1, 0, 0,
> 0, 0, 0, 0};
> break;
> } // This too!
> case kLShapeRight:
> { // And here
....
Never seen that done before... it's not necessary.
--
Andrew Farmer
email@hidden
[demime 0.98b removed an attachment of type application/pgp-signature]
_______________________________________________
studentdev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/studentdev
Do not post admin requests to the list. They will be ignored.