iphone - logical Operators in objective C? -


logical operators in objective c language?

random stab in dark @ you're asking:

yes, objective-c has logical operators. same in c

&& and
|| or
! not

so expression !a || b can read "(not a) or b"


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -