--* From bmt@spadserv.watson.ibm.com  Thu Apr  1 15:41:16 1993
--* Received: from spadserv.watson.ibm.com by radical.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA25243; Thu, 1 Apr 1993 15:41:16 -0500
--* Received: by spadserv.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA21441; Thu, 1 Apr 1993 15:42:29 -0500
--* Date: Thu, 1 Apr 1993 15:42:29 -0500
--* From: bmt@spadserv.watson.ibm.com
--* X-External-Networks: yes
--* Message-Id: <9304012042.AA21441@spadserv.watson.ibm.com>
--* To: axc-bug@radical.watson.ibm.com, smwatt@watson.vnet.ibm.com
--* Subject: compiler complains that a value is needed from the repeat even in a None context [junk4.as][27.4 (current)]

--@ Fixed  by: SMW Wed Oct 13 22:39:00 1993
--@ Tested by: <name of new or existing file in test directory>
--@ Summary:   <One line description of real problem and the fix>


#include "aslib.as"
f(i:SingleInteger):() ==
   for x in 1..i repeat i
 
