M mike. macrumors newbie Original poster Oct 23, 2006 2 0 Oct 23, 2006 #1 I have the following lines of code in a main(). Code: If ( 0 == 0) { NSLog(@"Hello World!"); } Could someone please help me understand why I'm getting a parse error in the line containing the {?
I have the following lines of code in a main(). Code: If ( 0 == 0) { NSLog(@"Hello World!"); } Could someone please help me understand why I'm getting a parse error in the line containing the {?
M MrFrankly macrumors regular Jan 11, 2006 112 0 Oct 23, 2006 #2 mike. said: I have the following lines of code in a main(). Code: If ( 0 == 0) { NSLog(@"Hello World!"); } Could someone please help me understand why I'm getting a parse error in the line containing the {? Click to expand... 'If' should be 'if'
mike. said: I have the following lines of code in a main(). Code: If ( 0 == 0) { NSLog(@"Hello World!"); } Could someone please help me understand why I'm getting a parse error in the line containing the {? Click to expand... 'If' should be 'if'