[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CL_Serious Easy Langauge Bug/Problem


  • To: Andrew <andrew@xxxxxxxxx>
  • Subject: Re: CL_Serious Easy Langauge Bug/Problem
  • From: Bob Fulks <bfulks@xxxxxxxxxxxx>
  • Date: Tue, 10 Aug 1999 11:01:32 -0700
  • In-reply-to: <37B04F0A.6C262B39@xxxxxxxxx>

PureBytes Links

Trading Reference Links

At 12:10 PM -0400 8/10/99, Andrew wrote:

>I think that I have stumbled across a very serious but/problem with 
>Easy Langauge.  It has to do with using Loops.  I am including two 
>sections of code which illustrate the problem.  They should produce 
>identical answers but they do not.  The brute force method works 
>while the loop does not work.  If the mistake is mine, please point 
>it out to me, if it is not, please correct this problem as soon as 
>possible.



I think your loop index is not correct. It should be:

    FOR Counter = 4 DownTO 0 BEGIN

Bob Fulks