--* From postmaster%watson.vnet.ibm.com@yktvmv.watson.ibm.com  Tue Jun 29 14:06:39 1993
--* Received: from yktvmv2.watson.ibm.com by radical.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA13847; Tue, 29 Jun 1993 14:06:39 -0400
--* X-External-Networks: yes
--* Received: from watson.vnet.ibm.com by yktvmv.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 5613; Tue, 29 Jun 93 14:07:32 EDT
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.SANTAS.NOTE.YKTVMV.1159.Jun.29.14:07:30.-0400>
--*           for asbugs@watson; Tue, 29 Jun 93 14:07:31 -0400
--* Received: from bernina.ethz.ch by watson.ibm.com (IBM VM SMTP V2R3) with TCP;
--*    Tue, 29 Jun 93 14:07:29 EDT
--* Received: from neptune by bernina.ethz.ch with SMTP inbound id <18605-0@bernina.ethz.ch>; Tue, 29 Jun 1993 20:07:16 +0200
--* From: Philip Santas <santas@inf.ethz.ch>
--* Received: from rutishauser.inf.ethz.ch (rutishauser-gw.inf.ethz.ch) by neptune id AA14777; Tue, 29 Jun 93 20:07:10 +0200
--* Date: Tue, 29 Jun 93 20:07:09 +0200
--* Message-Id: <9306291807.AA01013@rutishauser.inf.ethz.ch>
--* Received: from ru7.inf.ethz.ch.rutishauser by rutishauser.inf.ethz.ch id AA01013; Tue, 29 Jun 93 20:07:09 +0200
--* To: asbugs@watson.ibm.com
--* Subject: scoping
--* Cc: bronstein, williams

--@ Fixed  by: SSD Fri Jul 16 15:23:08 1993
--@ Tested by: none
--@ Summary:   same problem as bug338


Here is a serious one, which has to do with
the creation of environments. This program
compiles and produces 168129.
It shouldn't compile.

Philip

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

SI ==> SingleInteger
import SI
yy:SI == yy+1

print(yy)()
-------------------------

 
