Newsgroups: rec.arts.int-fiction
Path: gmd.de!xlink.net!fauern!zib-berlin.de!netmbx.de!Germany.EU.net!EU.net!howland.reston.ans.net!gatech!newsxfer.itd.umich.edu!nntp.cs.ubc.ca!newsserver.sfu.ca!sfu.ca!neilg
From: neilg@fraser.sfu.ca (Neil K. Guy)
Subject: Re: A TADS Tip Sheet
Message-ID: <neilg.763961663@sfu.ca>
Keywords: TADS tip sheet
Sender: news@sfu.ca (seymour news)
Organization: Simon Fraser University, Burnaby, B.C., Canada
References: <neilg.763944351@sfu.ca>
Date: Fri, 18 Mar 1994 03:34:23 GMT
Lines: 20


 Oops.

 Rule One when posting code to a vast potential worldwide audience...
proofread your code first.

 In my tip sheet tree example, the location code for the second tree
example should really look like this:

    locationOK = true
    location =
    {
       if ( Me.location.hasBananaTree )
         return( Me.location );
    }

 I post this correction before my mailbox is flooded by legions of
TADS authors, eager to point out my egregious error...

 - Neil K.
