Newsgroups: comp.lang.clos
Path: cantaloupe.srv.cs.cmu.edu!fs7.ece.cmu.edu!europa.eng.gtefsd.com!howland.reston.ans.net!agate!msuinfo!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!news
From: adrian@acm.org (Adrian Cho)
Subject: Syntax question
Message-ID: <Cx6poM.J25@ucc.su.OZ.AU>
Sender: news@ucc.su.OZ.AU
Nntp-Posting-Host: oti.magna.com.au
Organization: Information Services, Sydney University, Sydney, NSW, Australia
X-Newsreader: WinVN 0.91.6
Date: Wed, 5 Oct 1994 05:24:22 GMT
Lines: 29

I am writing a chart comparing the syntax of a number of languages for an 
English sentence.
For example:

English:    Jack, put the box on the table

Smalltalk:  Jack putThe: box onThe: table

C:          putOn( Jack, box, table )

C++:        Jack.putOn( box, table )

Would someone in this newsgroup be kind enough to e-mail to me 
(adrian@acm.org)
the equivalent for the language of this newsgroup.  I think the above 
example
is self-explanatory.  Jack, box, and table are entities or objects and 
'put on' is an action
or verb.   Please use the correct case and indicate which language it is 
since I have posted
this to a number of groups! <g>

Any help is much appreciated.

Thanks

Adrian

adrian@acm.org
