Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Smalltalk message with periods and semicolons
Last updated at 3:22 pm UTC on 14 January 2006
back selfStudy next

What we want to do: Shortly we will want to send different messages to different objects. Our messages will have to be separated, hence the ".". Sending messages is useful. But sometimes it gets tedious and we want a short cut, hence the ";".

What you should know before doing this exercise
Why and how do you separate statement? Why and how do you cascade messages? Cascading messages.

The exercise

Verify you got it

Feedback - Please update this page with corrections and comments. This is a Wiki, so feel free to make corrections and extensions to the instructions above. Also feel make suggestions comments below. The more specific your comments the better.