|
From: Andre P. <at...@us...> - 2004-05-10 09:03:56
|
Update of /cvsroot/hoc/hoc/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31877 Modified Files: Quick_Start.pod Log Message: Added blurb on class objects Index: Quick_Start.pod =================================================================== RCS file: /cvsroot/hoc/hoc/docs/Quick_Start.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Quick_Start.pod 10 May 2004 07:49:31 -0000 1.4 --- Quick_Start.pod 10 May 2004 09:03:47 -0000 1.5 *************** *** 135,138 **** --- 135,145 ---- of the C<()>: e.g. I<NSArray a>. + =head2 Class Objects + + Class objects are represented in HOC by preprending an underscore + to the class name: I<_classname>. For example, to send the + C<alloc> message to the I<NSMovie> class object, write + C<_NSMovie # alloc>. + =head2 I<NSString> vs. I<String> |