Path: news.cs.au.dk!not-for-mail From: nospam2159@cs.au.dk (Peter von der Ahé) Newsgroups: comp.lang.beta Subject: Re: procedure call Date: 19 Jul 1999 14:36:04 +0200 Organization: University of Aarhus, Department of Computer Science (DAIMI) Lines: 30 Message-ID: References: NNTP-Posting-Host: ufleku.cs.au.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: xinwen.cs.au.dk 932387765 5974863 255.255.255.255 (19 Jul 1999 12:36:05 GMT) X-Complaints-To: news@cs.au.dk NNTP-Posting-Date: 19 Jul 1999 12:36:05 GMT X-Attribution: Ahe User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) Emacs/20.3 Xref: news.cs.au.dk comp.lang.beta:12029 None the two program segments you have posted will compile, maybe you where thinking of something like this: (# A: (# attribute : @ text; method : (# ... #) #) do 1 -> A.attribute; 2 -> A.method (* ??? *) #) vs. (# A: @(# attribute : @ text; method : (# ... #) #); do 1 -> A.attribute; 2 -> A.method #) But I'm not sure what you see as a problem... /Peter