Why can't I introduce new variables after init stage?
Why can't I introduce new variables after init stage?
- Subject: Why can't I introduce new variables after init stage?
- From: Hisaoki Nishida <email@hidden>
- Date: Sat, 25 May 2002 00:34:54 -0400
For reason I am unaware of, whenever I want to introduce temporary
variables in my code I get an error saying 'parse error'. It won't even
let me introduce variables like i for my loops!
I have to go up to the init stage where, prior to anything else
variables are declared, and I have to declare it there. Using Obj-C with
Cocoa.
Can someone tell me why?
Thanks!
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.