Example. I write the following string in my old project and a new, clear one:
UIInterfaceOrientation k = [UIApplication sharedApplication].statusBarOrientation;
p = print
p
po = print object
po
p prints value of primitive variable or value of a reference
po try to call -description for that object and print returned string