> -----Original Message-----
> From: fpc-devel <fpc-devel-boun...@lists.freepascal.org> On Behalf
> Of Mattias Gaertner
>
> You forgot the case where the loop was not entered:
> 
> for i:=2 to 1 do ;
> 
> i is now undefined.
> 
> Same for
> 
> for i in emptyset do ;

Both are cases of "the loop run to completion". Just because "completion" 
resulted in zero executions of the loop contents doesn't change that.

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to