I have the following code snippet in my Xcode:
NSString *digit [[sender titlelabel] text]; NSLog([digit]);
I tried to build the application
NSLog(@"%@", digit);
what is shown in console?