Path: news.net.uni-c.dk!noatun.mjolner.dk!mail-to-news From: Jan Atle Ramsli Newsgroups: comp.lang.beta Subject: Re: Now I start again Date: Tue, 16 Apr 2002 15:11:11 +0200 Organization: Posted to comp.lang.beta by a mailtonews script Lines: 15 Sender: lbr@mjolner.dk Approved: mailtonews@cs.au.dk Message-ID: References: <20020416142604.844.qmail@midgaard.mjolner.dk> NNTP-Posting-Host: bifrost.mjolner.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.net.uni-c.dk 1018973467 13364 130.225.4.254 (16 Apr 2002 16:11:07 GMT) X-Complaints-To: usenet@news.net.uni-c.dk NNTP-Posting-Date: Tue, 16 Apr 2002 16:11:07 +0000 (UTC) Mailing-List: contact usergroup-help@mjolner.dk; run by ezmlm X-No-Archive: yes X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.7-10 i686) X-Accept-Language: en X-Original-Message-ID: <3CBC22EF.19F112EC@skynet.be> X-Original-Sender: atle@riker.skynet.be Xref: news.net.uni-c.dk comp.lang.beta:13194 Michael Westergaard wrote: > > Jan Atle Ramsli wrote: > > > > > f:@file(# NoSuchFileError::<(# do {Something cool on a status line} #); > > listBoxFile:@f(# do 'listboxcontents.txt'->name #); > > do listBoxFile.openRead; > > Because "f" is an object, not a pattern. You cannot inherit from an > object. Simply remove the "@" in front of it, and you should be rolling. It seems so clear to me now! Atle