[ Horse ] 
> If it is true that X > Y 
> and 
> If it is true that Y > Z 
> then 
> It is true that X > Z 
> else 
> False 

Only h alf right. 
If   X = 10; Y = 8 ; Z = 5, then it is true that (X > Y & Y > Z) & then X > Z. 
But    If  X = 10; Y = 5; Z = 8, then  (X > Y & Y > Z) is elsewise but not 
False that X > Z. 
Better go back & fix those old programs. 
Craig  
Moq_Discuss mailing list
Listinfo, Unsubscribing etc.
http://lists.moqtalk.org/listinfo.cgi/moq_discuss-moqtalk.org
Archives:
http://lists.moqtalk.org/pipermail/moq_discuss-moqtalk.org/
http://moq.org/md/archives.html

Reply via email to