Is ':=' a keyword message?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Is ':=' a keyword message?

Conrad Taylor
Hi, I was wondering, could someone tell me what type of message is ':='?  I guessing that it's a specialized form of a keyword message which takes a single argument.

-Conrad



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Is ':=' a keyword message?

Ralph Johnson
No, it is not a message at all, but a language primitive.   Smalltalk
statements can be a message sent, an assignment, or a return.  Or a
sequence of statements.  Not many kinds of statements, but there *is*
more than just messages in Smalltalk.

-Ralph Johnson

On Mon, Jul 4, 2011 at 4:44 PM, Conrad Taylor <[hidden email]> wrote:

> Hi, I was wondering, could someone tell me what type of message is ':='?  I
> guessing that it's a specialized form of a keyword message which takes a
> single argument.
> -Conrad
>
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>
>

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc