--* From bmt@spadserv.watson.ibm.com  Sun Mar 14 15:56:41 1993
--* Received: from spadserv.watson.ibm.com by radical.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA19754; Sun, 14 Mar 1993 15:56:41 -0500
--* Received: by spadserv.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA27789; Sun, 14 Mar 1993 15:51:59 -0500
--* Date: Sun, 14 Mar 1993 15:51:59 -0500
--* From: bmt@spadserv.watson.ibm.com
--* X-External-Networks: yes
--* Message-Id: <9303142051.AA27789@spadserv.watson.ibm.com>
--* To: axc-bug@radical.watson.ibm.com, smwatt@watson.vnet.ibm.com
--* Subject: compiler error message is unrelated to true problem that set! wants its second arg to be a SingleInteger but it is not in scope. [junk1.as][27.2 (current)]

--@ Fixed  by:  PI   Fri Oct 15 10:48:17 1993 
--@ Tested by:  none 
--@ Summary:    not a bug.(see file) 


#include "aslib.as"
import Integer
local a: Array(Integer) 
a(1):=3

-------
-- PI: not a bug. You must import SingleInteger before use Set!
 
