--* From postmaster%watson.vnet.ibm.com@yktvmv.watson.ibm.com  Mon Jun 21 12:05:05 1993
--* Received: from yktvmv2.watson.ibm.com by radical.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA15136; Mon, 21 Jun 1993 12:05:05 -0400
--* X-External-Networks: yes
--* Received: from watson.vnet.ibm.com by yktvmv.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 6035; Mon, 21 Jun 93 12:05:52 EDT
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.SANTAS.NOTE.YKTVMV.8887.Jun.21.12:05:52.-0400>
--*           for asbugs@watson; Mon, 21 Jun 93 12:05:52 -0400
--* Received: from bernina.ethz.ch by watson.ibm.com (IBM VM SMTP V2R3) with TCP;
--*    Mon, 21 Jun 93 12:05:51 EDT
--* Received: from neptune by bernina.ethz.ch with SMTP inbound id <17852-0@bernina.ethz.ch>; Mon, 21 Jun 1993 18:05:10 +0200
--* From: Philip Santas <santas@inf.ethz.ch>
--* Received: from rutishauser.inf.ethz.ch (rutishauser-gw.inf.ethz.ch) by neptune id AA06901; Mon, 21 Jun 93 18:05:02 +0200
--* Date: Mon, 21 Jun 93 18:05:00 +0200
--* Message-Id: <9306211605.AA04864@rutishauser.inf.ethz.ch>
--* Received: from ru7.inf.ethz.ch.rutishauser by rutishauser.inf.ethz.ch id AA04864; Mon, 21 Jun 93 18:05:00 +0200
--* To: asbugs@watson.ibm.com
--* Subject: if statement
--* Cc: bronstein

--@ Fixed  by: SSD Wed Jul 28 18:34:31 1993
--@ Tested by: none
--@ Summary:   There is no bug.


Conserning the previous bug.
The problem is only with 'true'.
'false' runs.

Philip

--------------------------------------
#include "aslib.as"

SI ==> SingleInteger
import SI

print(if false then 4 else 5)()

 
