/Doors

Cocoa Toy Project

Primary LanguageObjective-C

- (return type)method:(type)argument
{
	...
}


if () {
...
} 
and friends


if () return;


x = [x retain];


- (int)init
{
    if (self = [super init]) {
	...
    }
    return self;
}