Re: Or
Re: Or
- Subject: Re: Or
- From: Todd Previte <email@hidden>
- Date: Fri, 5 Oct 2001 16:52:58 -0700
Standard C syntax: || or 'double pipe'
while(scFibi != 0 || fibi !=1)
On Friday, October 5, 2001, at 04:40 , email@hidden wrote:
How do I say "or" in objective-C? I've read books, but can't find the
key combo, and just typing in or doesn't work.
Example: while (secFibi != 0 or fibi != 1)
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
**********************************************************************
Todd Previte 3D Graphics & Networking DTS Engineer
Worldwide Developer Relatons
email@hidden Apple Computer, Inc.
**********************************************************************
References: | |
| >Or (From: email@hidden) |