Re: Declarations near usage
Re: Declarations near usage
- Subject: Re: Declarations near usage
- From: Ondra Cada <email@hidden>
- Date: Wed, 16 Oct 2002 22:22:37 +0200
On Wednesday, October 16, 2002, at 09:25 , tibbetts wrote:
For the record, this is a well-established coding practice in C, and
probably in
Objective-C, too.
Yeah it is and mostly I am quite contented with that, but man, I do lack
the possibility to do
for (NSEnumerator *en=[array objectEnumerator];id o=[en nextObject];) [o
whatever];
;)))
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.