--* From postmaster%watson.vnet.ibm.com@yktvmv.watson.ibm.com  Mon Jun 21 11:55:26 1993
--* Received: from yktvmv2.watson.ibm.com by radical.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA19971; Mon, 21 Jun 1993 11:55:26 -0400
--* X-External-Networks: yes
--* Received: from watson.vnet.ibm.com by yktvmv.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 5627; Mon, 21 Jun 93 11:56:11 EDT
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.SANTAS.NOTE.YKTVMV.8073.Jun.21.11:56:10.-0400>
--*           for asbugs@watson; Mon, 21 Jun 93 11:56:11 -0400
--* Received: from bernina.ethz.ch by watson.ibm.com (IBM VM SMTP V2R3) with TCP;
--*    Mon, 21 Jun 93 11:56:09 EDT
--* Received: from neptune by bernina.ethz.ch with SMTP inbound id <17477-0@bernina.ethz.ch>; Mon, 21 Jun 1993 17:56:00 +0200
--* From: Philip Santas <santas@inf.ethz.ch>
--* Received: from rutishauser.inf.ethz.ch (rutishauser-gw.inf.ethz.ch) by neptune id AA06827; Mon, 21 Jun 93 17:55:56 +0200
--* Date: Mon, 21 Jun 93 17:55:54 +0200
--* Message-Id: <9306211555.AA04813@rutishauser.inf.ethz.ch>
--* Received: from ru7.inf.ethz.ch.rutishauser by rutishauser.inf.ethz.ch id AA04813; Mon, 21 Jun 93 17:55:54 +0200
--* To: asbugs@watson.ibm.com
--* Subject: if statement
--* Cc: bronstein

--@ Fixed  by:  PI   Fri Mar 11 16:13:01 EST 1994 
--@ Tested by:  none 
--@ Summary:    no more a bug 


The following produces segmentation faults:

Philip

---------------------------------------
#include "aslib.as"
SI ==> SingleInteger
import SI
print(if true then 4 else 5)()


 
