|
Re: Chaining versus cascading: msg#00112lang.smalltalk.squeak.beginners
On 9/20/07, Chris Cunnington <cunnington@xxxxxxxxxxxx> wrote:
_______________________________________________Hi, Well, the first example is sending the method #id:with: to Html table. The second example is the equavalent of:
Html table id: 'label'.
Html table with: [foo foo foo].
The cascading operator (the semicolon ;) causes the next message (#with:) to be sent to the previous messages (#id:) receiver (in this case, Html table). Beginners mailing list Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx http://lists.squeakfoundation.org/mailman/listinfo/beginners
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Chaining versus cascading, Chris Cunnington |
|---|---|
| Next by Date: | Re: Chaining versus cascading, Chris Cunnington |
| Previous by Thread: | Chaining versus cascading, Chris Cunnington |
| Next by Thread: | Re: Chaining versus cascading, Chris Cunnington |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |