MessageSend.st
changeset 1270 4e8058487ed3
parent 1269 77682b54144c
child 1293 02fb05148c98
equal deleted inserted replaced
1269:77682b54144c 1270:4e8058487ed3
    61     Thus it is not sure, which one is actually better to use ...
    61     Thus it is not sure, which one is actually better to use ...
    62 
    62 
    63     You can either store arguments in the messageSend object, or
    63     You can either store arguments in the messageSend object, or
    64     leave them undefined until the send is actually performed, and
    64     leave them undefined until the send is actually performed, and
    65     pass any arguments with the value:-messages.
    65     pass any arguments with the value:-messages.
       
    66 
       
    67     [See also:]
       
    68         Block  Message
    66 "
    69 "
    67 !
    70 !
    68 
    71 
    69 examples
    72 examples
    70 "
    73 "
   206 ! !
   209 ! !
   207 
   210 
   208 !MessageSend class methodsFor:'documentation'!
   211 !MessageSend class methodsFor:'documentation'!
   209 
   212 
   210 version
   213 version
   211     ^ '$Header: /cvs/stx/stx/libbasic/MessageSend.st,v 1.9 1996-04-23 14:53:41 cg Exp $'
   214     ^ '$Header: /cvs/stx/stx/libbasic/MessageSend.st,v 1.10 1996-04-23 14:54:20 cg Exp $'
   212 ! !
   215 ! !