Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!bb3.andrew.cmu.edu!newsfeed.pitt.edu!gatech!news.mathworks.com!uunet!in1.uu.net!utcsri!utnut!nott!cunews!news
From: bgibbons@cyberplus.ca (Bobby)
Subject: Nee help with messages please.
X-Nntp-Posting-Host: wabakimi.carleton.ca
Content-Type: Text/Plain; charset=US-ASCII
Message-ID: <DLtqA6.Irz@cunews.carleton.ca>
Sender: news@cunews.carleton.ca (News Administrator)
Organization: Carleton University
X-Newsreader: WinVN 0.99.7
Mime-Version: 1.0
Date: Sat, 27 Jan 1996 05:08:30 GMT
Lines: 17

Hi, I am taking a course in Smalltalk/V 2.0.  The only problem is, I 
have missed the first few eeeks and have really fallen behind.  I am 
bvery new to programming (especially in ST) and I have an assignment 
which requires me to identify the unary, binary and keyword messages 
used in the following example:

| aCat |
aCat := Cat new withTail: #long; black.
aCat purr scratch runFrom: Dog new big untilClimb: Tree spruce.
aCat hungry
       ifTrue: [aCat goHome]
       ifFalse: [aCat wait: 3 + (8 rem: 3)]

I have no notes or books explaining the differences with examples of 
unary, binary and keyword messages.  If anyone could please help, E-mail 
me at bgibbons@chat.carleton.ca  Thanks a lot.

