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

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -