iphone - What does NSExpression *lhs, and NSExpression *rhs mean? -


i know nsexpression is, on place see these cryptographic variable names lhs , rhs.

yes, can guess means leftfoo , rightfoo, "hs" stand for? no idea.

"left-hand side" , "right-hand side". left-hand side on left of comparison operator, , right-hand side on right.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -