Newsgroups: rec.arts.int-fiction
Path: gmd.de!nntp.gmd.de!newsserver.jvnc.net!howland.reston.ans.net!vixen.cso.uiuc.edu!usenet.ucs.indiana.edu!colyer
From: colyer@nickel.ucs.indiana.edu (colyer)
Subject: Re: ZIP and an Inform question...
Message-ID: <Cwt4vE.2LC@usenet.ucs.indiana.edu>
Sender: news@usenet.ucs.indiana.edu (USENET News System)
Nntp-Posting-Host: nickel.ucs.indiana.edu
Organization: Indiana University
X-Newsreader: TIN [version 1.1 PL8]
References: <367fp3$2pc@nntp.interaccess.com>
Date: Tue, 27 Sep 1994 21:26:02 GMT
Lines: 27


Actually I didn't post the code correctly...  I do have the if
statements in routine blocks....


description
[;
if (...) "BLAH";
   "BLOO";
if (...) "FOO";
   "BAR";
],


"BLAH" and "BLOO" will print based on the condition, but "FOO" and "BAR"
will not.


Jim


--
 #include <std_disclaimer.h>                                             "33"
    James E. Colyer    INTERNET:colyer@nickel.ucs.indiana.edu    Lovecraft   
 \\        "Surfin' the InterNet in style..."      Amiga 1000/1200        // 
  \X/             |/-\| / - \ |  /  -  \  |   /   -   \                 \X/  

