Yes, I was looking at it, but I’m confused how it knows the difference between 
self and super?

e.g.

[self init]; and [super init];

I suppose it could check if it’s calling the same method as the one it’s 
calling from and use super in that case, but it seems strange, do this in 
Objective-C results in an infinite loop:


-(id) init
{
self = [self init];
….
….
….
}

All the Best
Dave


> On 31 Oct 2015, at 20:24, Shane Stanley <sstan...@myriad-com.com.au> wrote:
> 
> On 1 Nov 2015, at 12:05 AM, Dave <d...@looktowindward.com> wrote:
>> 
>> continue initWithParam:theParam andAnotherParam:(missing value) of me ?
>> 
>> Otherwise how will it know to call super or self?
> 
> From the AppleScript Language Guide:
> 
>> A continue statement causes AppleScript to invoke the handler with the same 
>> name in the parent of the current handler.
> 
> No me.
> 
> -- 
> Shane Stanley <sstan...@myriad-com.com.au>
> <www.macosxautomation.com/applescript/apps/>
> 
> 
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/dave%40looktowindward.com
> 
> This email sent to d...@looktowindward.com


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to