Re: logical OR
Re: logical OR
- Subject: Re: logical OR
- From: David Rowland <email@hidden>
- Date: Tue, 2 Sep 2008 12:38:47 -0700
On Sep 2, 2008, at 12:15 PM, Micah Sharp wrote:
I have a variable named "or" but XCode 3.1 is interpreting it as a
logical or ("||") and I'm getting compile errors. Anyway to turn
that behaviour off? I feel like I remember somewhere it was an
option, but I could be thinking about Codewarrior.
I strongly suggest you change the name of the variable to something
more suggestive. "or" is small and common, easily overlooked or
misinterpreted when reading code.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >logical OR (From: "Micah Sharp" <email@hidden>) |