Newsgroups: rec.arts.int-fiction
Path: gmd.de!nntp.gmd.de!Germany.EU.net!EU.net!uknet!pipex!swrinde!ihnp4.ucsd.edu!usc!math.ohio-state.edu!cyber2.cyberstore.ca!nntp.cs.ubc.ca!newsserver.sfu.ca!sfu.ca!neilg
From: neilg@fraser.sfu.ca (Neil K. Guy)
Subject: Re: TADS problem
Message-ID: <neilg.771009237@sfu.ca>
Sender: news@sfu.ca (seymour news)
Organization: Simon Fraser University, Burnaby, B.C., Canada
References: <2t1vid$drm@news.u.washington.edu>
Date: Tue, 7 Jun 1994 17:13:57 GMT
Lines: 11

spoof@u.washington.edu (Roy G. Bivins) writes:

>could someone tell me what's wrong with the following code?

>  DoFasten( actor ) = 

 Well, just off the top of my head - TADS is case sensitive. You want:

 doFasten( actor ) =

 - Neil K.
